|
MagickWand
6.9.12-10
Convert, Edit, Or Compose Bitmap Images
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/mogrify-private.h"#include "magick/exception-private.h"#include "magick/string-private.h"#include "magick/utility-private.h"Macros | |
| #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().
|
static |
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().