MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
wandcli.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _MagickCLI MagickCLI
 

Functions

WandExport MagickCLIAcquireMagickCLI (ImageInfo *, ExceptionInfo *)
 
WandExport MagickCLIDestroyMagickCLI (MagickCLI *)
 
WandExport MagickBooleanType CLICatchException (MagickCLI *, const MagickBooleanType)
 
WandExport MagickBooleanType CLILogEvent (MagickCLI *, const LogEventType, const char *, const char *, const size_t, const char *,...) magick_attribute((__format__(__printf__
 
WandExport MagickBooleanType CLIThrowException (MagickCLI *, const char *, const char *, const size_t, const ExceptionType, const char *, const char *,...) magick_attribute((__format__(__printf__
 

Typedef Documentation

◆ MagickCLI

typedef struct _MagickCLI MagickCLI

Definition at line 26 of file wandcli.h.

Function Documentation

◆ AcquireMagickCLI()

WandExport MagickCLI * AcquireMagickCLI ( ImageInfo *  ,
ExceptionInfo *   
)

◆ CLICatchException()

WandExport MagickBooleanType CLICatchException ( MagickCLI ,
const  MagickBooleanType 
)

◆ CLILogEvent()

WandExport MagickBooleanType CLILogEvent ( MagickCLI ,
const  LogEventType,
const char *  ,
const char *  ,
const  size_t,
const char *  ,
  ... 
)

◆ CLIThrowException()

WandExport MagickBooleanType CLIThrowException ( MagickCLI ,
const char *  ,
const char *  ,
const  size_t,
const  ExceptionType,
const char *  ,
const char *  ,
  ... 
)

◆ DestroyMagickCLI()