Page 1 of 1

Convert. Applying a palette to image

Posted: 2010-03-07T06:54:02-07:00
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