#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"Functions | |
| WandExport MagickCLI * | AcquireMagickCLI (ImageInfo *image_info, ExceptionInfo *exception) |
| WandExport MagickCLI * | DestroyMagickCLI (MagickCLI *cli_wand) |
| WandExport MagickBooleanType | CLICatchException (MagickCLI *cli_wand, const MagickBooleanType all_exceptions) |
| WandExport MagickBooleanType | CLILogEvent (MagickCLI *cli_wand, const LogEventType type, const char *module, const char *function, const size_t line, const char *format,...) |
| WandExport MagickBooleanType | CLIThrowException (MagickCLI *cli_wand, const char *module, const char *function, const size_t line, const ExceptionType severity, const char *tag, const char *format,...) |
| WandExport MagickCLI* AcquireMagickCLI | ( | ImageInfo * | image_info, | |
| ExceptionInfo * | exception | |||
| ) |
References AcquireWandId(), _MagickCLI::column, _MagickCLI::command, _MagickWand::debug, _MagickCLI::draw_info, _MagickWand::exception, _MagickCLI::filename, _MagickWand::id, _MagickWand::image_info, _MagickCLI::image_info_stack, _MagickCLI::image_list_stack, _MagickWand::images, _MagickCLI::line, _MagickCLI::location, MagickCommandOptionFlags, MagickPathExtent, MagickWandSignature, _MagickWand::name, _MagickCLI::process_flags, _MagickCLI::quantize_info, _MagickCLI::signature, _MagickWand::signature, ThrowWandFatalException, and _MagickCLI::wand.
Referenced by MagickImageCommand().
| WandExport MagickBooleanType CLICatchException | ( | MagickCLI * | cli_wand, | |
| const MagickBooleanType | all_exceptions | |||
| ) |
References _MagickWand::debug, _MagickWand::exception, MagickWandSignature, _MagickWand::name, _MagickWand::signature, _MagickCLI::signature, and _MagickCLI::wand.
Referenced by ProcessCommandOptions(), and ProcessScriptOptions().
| WandExport MagickBooleanType CLILogEvent | ( | MagickCLI * | cli_wand, | |
| const LogEventType | type, | |||
| const char * | module, | |||
| const char * | function, | |||
| const size_t | line, | |||
| const char * | format, | |||
| ... | ||||
| ) |
| WandExport MagickBooleanType CLIThrowException | ( | MagickCLI * | cli_wand, | |
| const char * | module, | |||
| const char * | function, | |||
| const size_t | line, | |||
| const ExceptionType | severity, | |||
| const char * | tag, | |||
| const char * | format, | |||
| ... | ||||
| ) |
References _Stack::data, _MagickWand::debug, _MagickCLI::draw_info, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickCLI::image_info_stack, _MagickCLI::image_list_stack, _MagickWand::images, MagickWandSignature, _MagickWand::name, _Stack::next, _MagickCLI::quantize_info, RelinquishWandId(), _MagickWand::signature, _MagickCLI::signature, and _MagickCLI::wand.
Referenced by MagickImageCommand().
1.6.1