Lost transparency when scal / resize gif
Posted: 2011-03-08T01:28:45-07:00
Hi,
I've some problem with scaling an gif image with transparency.
I try to convert it like this:
As a result I get an image without transparency and with a white background.
I use. Version: ImageMagick 6.3.7 11/12/08 with GPL Ghostscript 8.62 (2008-02-29)
what I'm doing wrong?
I've some problem with scaling an gif image with transparency.
I try to convert it like this:
Code: Select all
my $img_scale = Image::Magick->new;
$img_scale->Read(foo.gif);
$img_scale->Scale(width=>'37', height=>'75');
$img_scale->Write(foo.gif);
I use. Version: ImageMagick 6.3.7 11/12/08 with GPL Ghostscript 8.62 (2008-02-29)
what I'm doing wrong?