CommandOptionFlags class abstract
Flags to describe classes of image processing options. These are used to determine how a option should be processed, and avoid attempting to process all options in every way posible.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- AlwaysInterpretArgsFlag → const int
- Always Interpret escapes in Args / / CF: "convert" compatibility mode
- DeprecateOptionFlag → const int
- Deprecate option (no code)
- DrawInfoOptionFlag → const int
- Setting stored in DrawInfo
- FireOptionFlag → const int
- Convert operation seq firing point
- GenesisOptionFlag → const int
- MagickCommandGenesis() Only Option
- GlobalOptionFlag → const int
- Global Setting or Control
- ImageInfoOptionFlag → const int
- Setting stored in ImageInfo
- ListOperatorFlag → const int
- Multi-Image processing operator
- NeverInterpretArgsFlag → const int
- Never Interpret escapes in Args / / EG: filename, or delayed escapes
- NoImageOperatorFlag → const int
- Images not required operator
- NonMagickOptionFlag → const int
- Option not used by Magick Command
- QuantizeInfoOptionFlag → const int
- Setting stored in QuantizeInfo
- ReplacedOptionFlag → const int
- Replaced Option (but still works)
- SettingOptionFlags → const int
- mask any setting option
- SimpleOperatorFlag → const int
- Simple Image processing operator
- SpecialOptionFlag → const int
- Operator with Special Requirements / / EG: for specific CLI commands
- UndefinedOptionFlag → const int
- option flag is not in use