MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
wandcli.c File Reference
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/wand.h"
#include "MagickWand/magick-wand-private.h"
#include "MagickWand/wandcli.h"
#include "MagickWand/wandcli-private.h"
#include "MagickCore/exception.h"
Include dependency graph for wandcli.c:

Go to the source code of this file.

Functions

WandExport MagickCLIAcquireMagickCLI (ImageInfo *image_info, ExceptionInfo *exception)
 
WandExport MagickCLIDestroyMagickCLI (MagickCLI *cli_wand)
 
WandExport MagickBooleanType CLICatchException (MagickCLI *cli_wand, const MagickBooleanType all_exceptions)
 
WandExport MagickBooleanType CLILogEvent (MagickCLI *cli_wand, const LogEventType type, const char *magick_module, const char *function, const size_t line, const char *format,...)
 
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,...)
 

Function Documentation

◆ AcquireMagickCLI()

◆ CLICatchException()

WandExport MagickBooleanType CLICatchException ( MagickCLI cli_wand,
const MagickBooleanType  all_exceptions 
)

◆ CLILogEvent()

WandExport MagickBooleanType CLILogEvent ( MagickCLI cli_wand,
const LogEventType  type,
const char *  magick_module,
const char *  function,
const size_t  line,
const char *  format,
  ... 
)

◆ CLIThrowException()

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,
  ... 
)

◆ DestroyMagickCLI()