From: anthony Date: Mon, 16 Jan 2012 00:16:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6376 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af2746d31bfe173988422ef57967ff40aa5e47f4;p=imagemagick --- diff --git a/MagickCore/option.h b/MagickCore/option.h index 5e14ec649..47bd977d5 100644 --- a/MagickCore/option.h +++ b/MagickCore/option.h @@ -137,11 +137,13 @@ typedef enum QuantizeInfoOptionFlag = 0x0008, /* Sets QuantizeInfo, no image needed */ GlobalOptionFlag = 0x0010, /* Sets Global Option, no image needed */ SimpleOperatorOptionFlag = 0x0100, /* Simple Image processing operator */ - ListOperatorOptionFlag = 0x0200, /* Multi-Image List processing operator */ + ListOperatorOptionFlag = 0x0200, /* Multi-Image processing operator */ SpecialOperatorOptionFlag = 0x0400, /* Specially handled Operator Option */ GenesisOptionFlag = 0x0400, /* Genesis Command Wrapper Option */ NonConvertOptionFlag = 0x4000, /* Option not used by Convert */ - DeprecateOptionFlag = 0x8000 /* Deprecate option, give warning */ + DeprecateOptionFlag = 0x8000, /* Deprecate option, give warning */ + + SettingInfoOption = 0x001F /* one of the setting options */ } CommandOptionFlags; extern MagickExport char