Resize causes Black Background

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
devilj

Resize causes Black Background

Post by devilj »

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
Post Reply