Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
The resulting PNG doesn't have transparency. You can find the original GIF at http://www.kongregate.com/images/presen ... sprite.gif. I've confirmed the bug in the Mac OSX 6.6.1-5 binaries and also when I built 6.6.1-10 from source.
I have seen it work in 6.5.4-2 and 6.5.3-7 on other machines.
I'm having the same problem. I'm using imagemagick-6.6.1.7 on gentoo.
Just take an png with transparency and run convert with color reduction to 256 colors. Result png will be without transparency. I need to add -type TrueColorMatte to have transparency enabled and to convert png to indexed type with help of other tool...