Page 2 of 2

Re: PNG looses transparency on rotate

Posted: 2012-02-11T04:04:25-07:00
by Drarakel
Old versions don't let you change the color with Strings ("none"), for example. See here:
http://de.php.net/manual/de/function.im ... eimage.php
Perhaps you should try it with "new ImagickPixel('#00000000')" (or something like that - I don't use Imagick) in that line, too.