Resizing transparent GIF

See all posts Reply

Resizing transparent GIF new!
by Plot, 17 years, 6 months ago
Transparent GIF are not transparent anymore after resizing the image. Is there a way to resize GIF images, but to keep the transparency?Reply
Re: Resizing transparent GIF new!
by colin, 17 years, 6 months ago
Yes, you can try to use the following (undocumented) parameter:
$foo->preserve_transparency = true;
Code documentation here.
It is experimental, but works pretty well.Reply