Joel Holdsworth joel@airwebreathe.org.uk writes:
- # Convert it into a bmp
- if($depth == 32) {
# Alpha channel is negated as a work around for an ImageMagick bug
shell $convert, "png:$pngFile", "-channel", "Alpha", "-negate", $outFileName;
Which ImageMagick version needs this? Mine (6.6.0) doesn't.