PNG looses transparency on rotate

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Drarakel
Posts: 547
Joined: 2010-04-07T12:36:59-07:00
Authentication code: 8675308

Re: PNG looses transparency on rotate

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