I want to save .gif conversions of other images with a specified colormap. The "-remap cmap.gif" option in Image Magick
example: convert -remap cmap.gif input.png output.gif
DOES process input.png using the specified colors from cmap.gif, but it changes the order in the output colormap. Is there a way to force Image Magick to used EXACTLY the same colormap?
I am attempting to add new images to an ancient display program that accepts .gif file input but uses a fixed colormap with no ability to alter the colormap for individual images.