#include "magick/magick-config.h"
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#include <sys/types.h>
#include <errno.h>
#include <stdint.h>
#include <magick/MagickCore.h>
#include <wand/MagickWand.h>
Go to the source code of this file.
◆ _MAGICK_CONFIG_H
◆ GetPPException
Value: MagickCore::ExceptionInfo \
*exceptionInfo; \
exceptionInfo=MagickCore::AcquireExceptionInfo()
Definition at line 1529 of file Include.h.
◆ MagickPPExport
◆ MagickPPPrivate
◆ ThrowPPException
#define ThrowPPException |
( |
|
quiet | ) |
|
Value: throwException(exceptionInfo,quiet); \
(void) MagickCore::DestroyExceptionInfo(exceptionInfo)
Definition at line 1533 of file Include.h.