" transparent, extract, background, or shape",
"-authenticate password",
" decipher image with this password",
+ "-background color background color",
"-colorspace type alternate image colorspace",
"-compose operator set image composite operator",
"-compress type type of pixel compression when writing the image",
}
case 'b':
{
+ if (LocaleCompare("background",option+1) == 0)
+ {
+ if (*option == '+')
+ break;
+ i++;
+ if (i == (ssize_t) argc)
+ ThrowCompareException(OptionError,"MissingArgument",option);
+ break;
+ }
if (LocaleCompare("brightness-contrast",option+1) == 0)
{
i++;
\-alpha option on, activate, off, deactivate, set, opaque, copy
transparent, extract, background, or shape
\-authenticate value decrypt image with this password
+ \-background color background color
\-colorspace type alternate image colorspace
\-compose operator set image composite operator
\-compress type type of pixel compression when writing the image