|
MagickWand
6.9.7
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/mogrify-private.h"#include "magick/string-private.h"#include "magick/utility-private.h"Macros | |
| #define | ThrowFileException(exception, severity, tag, context) |
| #define | NotInitialized (unsigned int) (~0) |
| #define | DestroyConvert() |
| #define | ThrowConvertException(asperity, tag, option) |
| #define | ThrowConvertInvalidArgumentException(option, argument) |
Functions | |
| static MagickBooleanType | ConcatenateImages (int argc, char **argv, ExceptionInfo *exception) |
| static MagickBooleanType | ConvertUsage (void) |
| WandExport MagickBooleanType | ConvertImageCommand (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception) |
| #define DestroyConvert | ( | ) |
Referenced by ConvertImageCommand().
| #define NotInitialized (unsigned int) (~0) |
| #define ThrowConvertException | ( | asperity, | |
| tag, | |||
| option | |||
| ) |
Referenced by ConvertImageCommand().
| #define ThrowConvertInvalidArgumentException | ( | option, | |
| argument | |||
| ) |
Referenced by ConvertImageCommand().
| #define ThrowFileException | ( | exception, | |
| severity, | |||
| tag, | |||
| context | |||
| ) |
Referenced by ConcatenateImages().
|
static |
References ThrowFileException.
Referenced by ConvertImageCommand().
| WandExport MagickBooleanType ConvertImageCommand | ( | ImageInfo * | image_info, |
| int | argc, | ||
| char ** | argv, | ||
| char ** | metadata, | ||
| ExceptionInfo * | exception | ||
| ) |
References AppendImageStack, ConcatenateImages(), ConvertUsage(), DestroyConvert, FinalizeImageSettings, FireImageStack, MaxImageStackDepth, MaxTextExtent, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, ThrowConvertException, and ThrowConvertInvalidArgumentException.
|
static |
Referenced by ConvertImageCommand().