MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
identify.c File Reference
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/mogrify-private.h"
#include "MagickCore/string-private.h"
Include dependency graph for identify.c:

Go to the source code of this file.

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)
 

Macro Definition Documentation

◆ DestroyIdentify

#define DestroyIdentify ( )
Value:
{ \
DestroyImageStack(); \
for (i=0; i < (ssize_t) argc; i++) \
argv[i]=DestroyString(argv[i]); \
argv=(char **) RelinquishMagickMemory(argv); \
}

◆ ThrowIdentifyException

#define ThrowIdentifyException (   asperity,
  tag,
  option 
)
Value:
{ \
(void) ThrowMagickException(exception,GetMagickModule(),asperity,tag,"`%s'", \
option); \
DestroyIdentify(); \
return(MagickFalse); \
}

◆ ThrowIdentifyInvalidArgumentException

#define ThrowIdentifyInvalidArgumentException (   option,
  argument 
)
Value:
{ \
(void) ThrowMagickException(exception,GetMagickModule(),OptionError, \
"InvalidArgument","'%s': %s",option,argument); \
DestroyIdentify(); \
return(MagickFalse); \
}

Function Documentation

◆ IdentifyImageCommand()

WandExport MagickBooleanType IdentifyImageCommand ( ImageInfo *  image_info,
int  argc,
char **  argv,
char **  metadata,
ExceptionInfo *  exception 
)

◆ IdentifyUsage()

static MagickBooleanType IdentifyUsage ( void  )
static

Definition at line 93 of file identify.c.

Referenced by IdentifyImageCommand().