Page 1 of 1

-remap option is not available

Posted: 2010-03-14T20:03:13-07:00
by Toufik
The remap option is in the documentation and in the help:

Code: Select all

$ mogrify -help | grep map
  -remap filename      transform image colors to match this set of colors
  -cycle amount        cycle the image colormap
however, it is not accessible

Code: Select all

$ mogrify -remap
mogrify: unrecognized option `-remap' @ error/mogrify.c/MogrifyImageCommand/5740.
On the contrary, the -map option is not documented but is available:

Code: Select all

$ mogrify -map
mogrify: option requires an argument `-map' @ error/mogrify.c/MogrifyImageCommand/5314.
After reading the documentation, it seems that map and remap are slightly different. So, when I'm using -map, which behaviour should I expect?

This is on Cygwin

Version: ImageMagick 6.5.9-4 2010-02-12 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features:

Also tested on windows with Version: ImageMagick 6.6.0-5 2010-03-08 Q16 http://www.imagemagick.org

Re: -remap option is not available

Posted: 2010-03-15T05:48:53-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.6.0-6 Beta available by sometime tomorrow. Thanks.