**p;
static const char
+ *channel_operators[]=
+ {
+ "-separate separate an image channel into a grayscale image",
+ (char *) NULL
+ },
*miscellaneous[]=
{
"-channel mask set the image channel mask",
(void) printf("\nImage Operators:\n");
for (p=operators; *p != (char *) NULL; p++)
(void) printf(" %s\n",*p);
+ (void) printf("\nImage Channel Operators:\n");
+ for (p=channel_operators; *p != (char *) NULL; p++)
+ (void) printf(" %s\n",*p);
(void) printf("\nImage Sequence Operators:\n");
for (p=sequence_operators; *p != (char *) NULL; p++)
(void) printf(" %s\n",*p);
ThrowCompareInvalidArgumentException(option,argv[i]);
break;
}
+ if (LocaleCompare("separate",option+1) == 0)
+ break;
if (LocaleCompare("set",option+1) == 0)
{
i++;
lightness rescaling using sigmoidal contrast enhancement
\-trim trim image edges
+Image Channel Operators:
+ \-separate separate an image channel into a grayscale image
+
Image Sequence Operators:
\-crop geometry cut out a rectangular region of the image
\-write filename write images to this file