18 #ifndef MAGICKWAND_WAND_CLI_H
19 #define MAGICKWAND_WAND_CLI_H
21 #if defined(__cplusplus) || defined(c_plusplus)
35 const size_t,
const char *,...)
38 const ExceptionType,const
char *,const
char *,...)
41 #if defined(__cplusplus) || defined(c_plusplus)
WandExport MagickBooleanType CLIThrowException(MagickCLI *cli_wand, const char *magick_module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...)
Definition: wandcli.c:321
Definition: wandcli-private.h:101
WandExport MagickBooleanType CLILogEvent(MagickCLI *cli_wand, const LogEventType type, const char *magick_module, const char *function, const size_t line, const char *format,...)
Definition: wandcli.c:273
#define WandExport
Definition: method-attribute.h:71
WandExport MagickBooleanType CLICatchException(MagickCLI *cli_wand, const MagickBooleanType all_exceptions)
Definition: wandcli.c:232
WandExport void magick_attribute((__format__(__printf__, 2, 0)))
WandExport MagickCLI * DestroyMagickCLI(MagickCLI *cli_wand)
Definition: wandcli.c:155
WandExport MagickCLI * AcquireMagickCLI(ImageInfo *image_info, ExceptionInfo *exception)
Definition: wandcli.c:73