-remap option is not available

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Toufik

-remap option is not available

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: -remap option is not available

Post 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.
Post Reply