Wrong palette when using convert -map
Posted: 2008-04-11T18:17:10-07:00
Hi!
From http://bugs.debian.org/466124 we are having this problem with newer ImageMagick releases.
Using these images:
http://people.debian.org/~naoliv/misc/i ... /image.png
http://people.debian.org/~naoliv/misc/i ... 4/cmap.gif
and running
With ImageMagick 6.2.4-5, we get this image:
http://people.debian.org/~naoliv/misc/i ... orrect.png
With newer versions (tested with 6.3.7-9 and 6.4.0-7 beta):
http://people.debian.org/~naoliv/misc/i ... -wrong.png
They may look similar, but see the difference in their color map (older version left, newer right):
Thank you!
From http://bugs.debian.org/466124 we are having this problem with newer ImageMagick releases.
Using these images:
http://people.debian.org/~naoliv/misc/i ... /image.png
http://people.debian.org/~naoliv/misc/i ... 4/cmap.gif
and running
Code: Select all
convert image.png +dither -map cmap.gif gif:- | convert gif:- output.png
http://people.debian.org/~naoliv/misc/i ... orrect.png
With newer versions (tested with 6.3.7-9 and 6.4.0-7 beta):
http://people.debian.org/~naoliv/misc/i ... -wrong.png
They may look similar, but see the difference in their color map (older version left, newer right):
Thank you!