Resize of Image when preserve_transparency = true

See all posts See thread Reply

Re: Resize of Image when preserve_transparency = true new!
by colin, 16 years, 11 months ago
I fixed the bug, at least on my development version. There is a bug in the code which converts palette images to true color.

Before I can release the new version, as a quick fix, you can comment out the block of code just under the following line:
// if the image has a palette (GIF), we convert it to true color, preserving transparency
Reply