it seems to be doing some really weird dithering with the alpha channel though.
here is the original image

I have a RGBA4444 color table image

I use the following command line for the remap
convert uranus.png -remap imagepalettergba4444.png RemapUranus.png
here is the result

I then tried to turn off dithering, and got this result
convert uranus.png -dither None -remap imagepalettergba4444.png RemapUranusNoDither.png

any help out there? I would love to use image magick for this step in the process so in the future I can start playing around with custom ordered dither patterns