-remap option is not available
Posted: 2010-03-14T20:03:13-07:00
The remap option is in the documentation and in the help:
however, it is not accessible
On the contrary, the -map option is not documented but is available:
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
Code: Select all
$ mogrify -help | grep map
-remap filename transform image colors to match this set of colors
-cycle amount cycle the image colormap
Code: Select all
$ mogrify -remap
mogrify: unrecognized option `-remap' @ error/mogrify.c/MogrifyImageCommand/5740.
Code: Select all
$ mogrify -map
mogrify: option requires an argument `-map' @ error/mogrify.c/MogrifyImageCommand/5314.
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