MagickWand 6.9.11-60
Convert, Edit, Or Compose Bitmap Images
|
#include "wand/studio.h"
#include "wand/MagickWand.h"
#include "wand/mogrify-private.h"
#include "magick/string-private.h"
Macros | |
#define | DestroyIdentify() |
#define | ThrowIdentifyException(asperity, tag, option) |
#define | ThrowIdentifyInvalidArgumentException(option, argument) |
Functions | |
static MagickBooleanType | IdentifyUsage (void) |
WandExport MagickBooleanType | IdentifyImageCommand (ImageInfo *image_info, int argc, char **argv, char **metadata, ExceptionInfo *exception) |
#define DestroyIdentify | ( | ) |
#define ThrowIdentifyException | ( | asperity, | |
tag, | |||
option | |||
) |
#define ThrowIdentifyInvalidArgumentException | ( | option, | |
argument | |||
) |
WandExport MagickBooleanType IdentifyImageCommand | ( | ImageInfo * | image_info, |
int | argc, | ||
char ** | argv, | ||
char ** | metadata, | ||
ExceptionInfo * | exception | ||
) |
References AppendImageStack, DestroyIdentify, FinalizeImageSettings, FireImageStack, IdentifyUsage(), MaxImageStackDepth, MaxTextExtent, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, RemoveAllImageStack, ThrowIdentifyException, and ThrowIdentifyInvalidArgumentException.
|
static |
Referenced by IdentifyImageCommand().