|
MagickWand
6.9.7
|
#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 | ( | ) |
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, MaxTextExtent, MogrifyImageInfo(), NewImageStack, PopImageStack, PushImageStack, ReadCommandlLine, RemoveAllImageStack, ThrowIdentifyException, and ThrowIdentifyInvalidArgumentException.
|
static |
Referenced by IdentifyImageCommand().