Convert. Applying a palette to image

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
valen

Convert. Applying a palette to image

Post by valen »

Hi,
I'm use convert (with -map option) to apply a palette from 8-bit file to another 8-bit file.
After conversion, the destination file is just fine and with new palette.

But problem is: convert do re-arrange of palette entries.
For me, it's important to not re-order palette entries and keeping the palette exactly the same.
So, is there any option for convert, to say "don't re-arrange palette entries".

Thanks
Post Reply