PHP Classes

Error TurnOffBlending in Resize

Recommend this page to a friend!

      Image Processor (CSS)  >  All threads  >  Error TurnOffBlending in Resize  >  (Un) Subscribe thread alerts  
Subject:Error TurnOffBlending in Resize
Summary:Transparent sectors are black
Messages:1
Author:Roger Paul
Date:2012-06-22 21:41:13
 

  1. Error TurnOffBlending in Resize   Reply   Report abuse  
Picture of Roger Paul Roger Paul - 2012-06-22 21:41:13
I tried resize a image transparent and result is with background in black

this is a code

$image=new D3Image("file:imagen.png");
$image->TurnOffBlending();
$image->Resize('width:550px');
//$image->TurnOffBlending();
$image->Show();