MagickWand
7.0.10
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/mogrify-private.h"
#include "MagickCore/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 | ( | ) |
Referenced by IdentifyImageCommand().
#define ThrowIdentifyException | ( | asperity, | |
tag, | |||
option | |||
) |
Referenced by IdentifyImageCommand().
#define ThrowIdentifyInvalidArgumentException | ( | option, | |
argument | |||
) |
Referenced by IdentifyImageCommand().
WandExport MagickBooleanType IdentifyImageCommand | ( | ImageInfo * | image_info, |
int | argc, | ||
char ** | argv, | ||
char ** | metadata, | ||
ExceptionInfo * | exception | ||
) |
References AppendImageStack, DestroyIdentify, FinalizeImageSettings, FireImageStack, IdentifyUsage(), _DrawingWand::image, MaxImageStackDepth, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, RemoveAllImageStack, ThrowIdentifyException, and ThrowIdentifyInvalidArgumentException.
|
static |
Referenced by IdentifyImageCommand().