|
MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Data Structures | |
| struct | _Stack |
| struct | _MagickCLI |
Macros | |
| #define | CLIWandException(severity, tag, option) |
| #define | CLIWandExceptionArg(severity, tag, option, arg) |
| #define | CLIWandWarnReplaced(message) |
| #define | CLIWandExceptionFile(severity, tag, context) |
| #define | CLIWandExceptionBreak(severity, tag, option) { CLIWandException(severity,tag,option); break; } |
| #define | CLIWandExceptionReturn(severity, tag, option) { CLIWandException(severity,tag,option); return; } |
| #define | CLIWandExceptArgBreak(severity, tag, option, arg) { CLIWandExceptionArg(severity,tag,option,arg); break; } |
| #define | CLIWandExceptArgReturn(severity, tag, option, arg) { CLIWandExceptionArg(severity,tag,option,arg); return; } |
Typedefs | |
| typedef struct _Stack | Stack |
Enumerations | |
| enum | ProcessOptionFlags { ProcessImplictRead = 0x0001 , ProcessInterpretProperities = 0x0010 , ProcessExitOption = 0x0100 , ProcessScriptOption = 0x0200 , ProcessReadOption = 0x0400 , ProcessWarnDeprecated = 0x0800 , ProcessOneOptionOnly = 0x4000 , ProcessImplictWrite = 0x8000 , MagickCommandOptionFlags = 0x8FFF , ConvertCommandOptionFlags = 0x800F , MagickScriptArgsFlags = 0x000F } |
| #define CLIWandExceptArgBreak | ( | severity, | |
| tag, | |||
| option, | |||
| arg | |||
| ) | { CLIWandExceptionArg(severity,tag,option,arg); break; } |
Definition at line 51 of file wandcli-private.h.
| #define CLIWandExceptArgReturn | ( | severity, | |
| tag, | |||
| option, | |||
| arg | |||
| ) | { CLIWandExceptionArg(severity,tag,option,arg); return; } |
Definition at line 54 of file wandcli-private.h.
| #define CLIWandException | ( | severity, | |
| tag, | |||
| option | |||
| ) |
Definition at line 25 of file wandcli-private.h.
| #define CLIWandExceptionArg | ( | severity, | |
| tag, | |||
| option, | |||
| arg | |||
| ) |
Definition at line 29 of file wandcli-private.h.
| #define CLIWandExceptionBreak | ( | severity, | |
| tag, | |||
| option | |||
| ) | { CLIWandException(severity,tag,option); break; } |
Definition at line 45 of file wandcli-private.h.
| #define CLIWandExceptionFile | ( | severity, | |
| tag, | |||
| context | |||
| ) |
Definition at line 38 of file wandcli-private.h.
| #define CLIWandExceptionReturn | ( | severity, | |
| tag, | |||
| option | |||
| ) | { CLIWandException(severity,tag,option); return; } |
Definition at line 48 of file wandcli-private.h.
| #define CLIWandWarnReplaced | ( | message | ) |
Definition at line 33 of file wandcli-private.h.
| enum ProcessOptionFlags |
Definition at line 60 of file wandcli-private.h.