" define one or more image format options",
"-density geometry horizontal and vertical density of the image",
"-depth value image depth",
+ "-endian type endianness (MSB or LSB) of the image",
"-extract geometry extract area from image",
"-features distance analyze image features (e.g. contrast, correlation)",
"-format \"string\" output formatted image characteristics",
}
ThrowIdentifyException(OptionError,"UnrecognizedOption",option)
}
+ case '3':
+ {
+ if (LocaleCompare("endian",option+1) == 0)
+ {
+ ssize_t
+ endian;
+
+ if (*option == '+')
+ break;
+ i++;
+ if (i == (ssize_t) (argc-1))
+ ThrowIdentifyException(OptionError,"MissingArgument",option);
+ endian=ParseCommandOption(MagickEndianOptions,MagickFalse,
+ argv[i]);
+ if (endian < 0)
+ ThrowIdentifyException(OptionError,"UnrecognizedEndianType",
+ argv[i]);
+ break;
+ }
+ ThrowIdentifyException(OptionError,"UnrecognizedOption",option)
+ }
case 'f':
{
if (LocaleCompare("features",option+1) == 0)
\-define unique=true return the number of unique colors in the image
\-density geometry horizontal and vertical density of the image
\-depth value image depth
+ \-endian type endianness (MSB or LSB) of the image
\-extract geometry extract area from image
\-features distance analyze image features (e.g. contrast, correlation)
\-format "string" output formatted image characteristics