Resize causes Black Background
Posted: 2007-06-05T13:27:47-07:00
I am using PerlMagick to resize some RBGA tiffs to a smaller size. The problem is when I do resize my image background turns black. All the images have a alpha mask channel. Does resize effect the alpha channel?
my code:
$x = $image->Resize(width=>1200, height=>900);
My original image is a 3600x2700 pixel tiff.
Any suggestions?
Thanks
my code:
$x = $image->Resize(width=>1200, height=>900);
My original image is a 3600x2700 pixel tiff.
Any suggestions?
Thanks