"-seed value seed a new sequence of pseudo-random numbers",
"-set attribute value set an image attribute",
"-quality value JPEG/MIFF/PNG compression level",
+ "-repage geometry size and location of an image canvas",
"-similarity-threshold value",
" minimum distortion for (sub)image match",
"-size geometry width and height of image",
}
if (LocaleCompare("regard-warnings",option+1) == 0)
break;
+ if (LocaleCompare("repage",option+1) == 0)
+ {
+ if (*option == '+')
+ break;
+ i++;
+ if (i == (ssize_t) argc)
+ ThrowCompareException(OptionError,"MissingArgument",option);
+ if (IsGeometry(argv[i]) == MagickFalse)
+ ThrowCompareInvalidArgumentException(option,argv[i]);
+ break;
+ }
if (LocaleCompare("resize",option+1) == 0)
{
if (*option == '+')
" random threshold the image",
"-region geometry apply options to a portion of the image",
"-render render vector graphics",
- "-repage geometry size and location of an image canvas",
"-resample geometry change the resolution of an image",
"-resize geometry resize the image",
"-roll geometry roll an image vertically or horizontally",
"-red-primary point chromaticity red primary point",
"-regard-warnings pay attention to warning messages",
"-remap filename transform image colors to match this set of colors",
+ "-repage geometry size and location of an image canvas",
"-respect-parentheses settings remain in effect until parenthesis boundary",
"-sampling-factor geometry",
" horizontal and vertical sampling factor",
\-quantize colorspace reduce colors in this colorspace
\-read-mask filename associate a read mask with the image
\-regard-warnings pay attention to warning messages
+ \-repage geometry size and location of an image canvas
\-respect-parentheses settings remain in effect until parenthesis boundary
\-sampling-factor geometry
horizontal and vertical sampling factor
\-red-primary point chromaticity red primary point
\-regard-warnings pay attention to warning messages
\-remap filename transform image colors to match this set of colors
+ \-repage geometry size and location of an image canvas
\-respect-parentheses settings remain in effect until parenthesis boundary
\-sampling-factor geometry
horizontal and vertical sampling factor
random threshold the image
\-region geometry apply options to a portion of the image
\-render render vector graphics
- \-repage geometry size and location of an image canvas
\-resample geometry change the resolution of an image
\-resize geometry resize the image
\-roll geometry roll an image vertically or horizontally