"-quality value JPEG/MIFF/PNG compression level",
"-quiet suppress all warning messages",
"-quantize colorspace reduce colors in this colorspace",
- "-read-mask filename associate a read mask with the image"
+ "-read-mask filename associate a read mask with the image",
"-regard-warnings pay attention to warning messages",
"-respect-parentheses settings remain in effect until parenthesis boundary",
"-sampling-factor geometry",
"-version print version information",
"-virtual-pixel method",
" virtual pixel access method",
+ "-write-mask filename associate a write mask with the image",
(char *) NULL
};
}
ThrowCompareException(OptionError,"UnrecognizedOption",option)
}
+ case 'w':
+ {
+ if (LocaleCompare("write-mask",option+1) == 0)
+ {
+ if (*option == '+')
+ break;
+ i++;
+ if (i == (ssize_t) argc)
+ ThrowCompareException(OptionError,"MissingArgument",option);
+ break;
+ }
+ ThrowCompareException(OptionError,"UnrecognizedOption",option)
+ }
case '?':
break;
default:
\-transparent-color color
transparent color
\-type type image type
+ \-write-mask filename associate a write mask with the image
\-verbose print detailed information about the image
\-virtual-pixel method
virtual pixel access method