I'm trying to reduce the number of colors in a png while ignoring the alpha channel to produce results similar to what I'd get in Photoshop or GIMP. I've read the ImageMagick quantize page, and tried out the various options it goes over to little success. ImageMagick continues to mess with the transparency even when I use the TransparentColorspace (-transparent) when quantizing.
Results similar to the second image are what I'm aiming for, which is what the first looks like after reducing the colors to 4 in GIMP (the transparency channel is preserved in the end result and didn't affect the resulting colors from quantization). The third and fourth are what ImageMagick produces with RGB and Transparent colorspace settings (large sections of the opaque areas are converted to transparent, and the 4th color is used for transparency; resulting colors are darker overall).