#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/magick-wand-private.h"#include "wand/wand.h"
Go to the source code of this file.
Defines | |
| #define | ThrowWandException(severity, tag, context) |
Functions | |
| WandExport void | ClearMagickWand (MagickWand *wand) |
| WandExport MagickWand * | CloneMagickWand (const MagickWand *wand) |
| WandExport MagickWand * | DestroyMagickWand (MagickWand *wand) |
| WandExport MagickBooleanType | IsMagickWand (const MagickWand *wand) |
| WandExport MagickBooleanType | MagickClearException (MagickWand *wand) |
| WandExport char * | MagickGetException (const MagickWand *wand, ExceptionType *severity) |
| WandExport ExceptionType | MagickGetExceptionType (const MagickWand *wand) |
| WandExport long | MagickGetIteratorIndex (MagickWand *wand) |
| WandExport char * | MagickQueryConfigureOption (const char *option) |
| WandExport char ** | MagickQueryConfigureOptions (const char *pattern, unsigned long *number_options) |
| WandExport double * | MagickQueryFontMetrics (MagickWand *wand, const DrawingWand *drawing_wand, const char *text) |
| WandExport double * | MagickQueryMultilineFontMetrics (MagickWand *wand, const DrawingWand *drawing_wand, const char *text) |
| WandExport char ** | MagickQueryFonts (const char *pattern, unsigned long *number_fonts) |
| WandExport char ** | MagickQueryFormats (const char *pattern, unsigned long *number_formats) |
| WandExport void * | MagickRelinquishMemory (void *memory) |
| WandExport void | MagickResetIterator (MagickWand *wand) |
| WandExport void | MagickSetFirstIterator (MagickWand *wand) |
| WandExport MagickBooleanType | MagickSetIteratorIndex (MagickWand *wand, const long index) |
| WandExport void | MagickSetLastIterator (MagickWand *wand) |
| WandExport void | MagickWandGenesis (void) |
| WandExport void | MagickWandTerminus (void) |
| WandExport MagickWand * | NewMagickWand (void) |
| WandExport MagickWand * | NewMagickWandFromImage (const Image *image) |
| #define ThrowWandException | ( | severity, | |||
| tag, | |||||
| context | ) |
{ \
(void) ThrowMagickException(wand->exception,GetMagickModule(),severity, \
tag,"`%s'",context); \
return(MagickFalse); \
}
Definition at line 57 of file magick-wand.c.
| WandExport void ClearMagickWand | ( | MagickWand * | wand | ) |
Definition at line 86 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::quantize_info, _MagickWand::signature, and WandSignature.
| WandExport MagickWand* CloneMagickWand | ( | const MagickWand * | wand | ) |
Definition at line 123 of file magick-wand.c.
References AcquireWandId(), _MagickWand::debug, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickWand::images, MagickWandId, MaxTextExtent, _MagickWand::name, _MagickWand::quantize_info, _MagickWand::signature, ThrowWandFatalException, and WandSignature.
| WandExport MagickWand* DestroyMagickWand | ( | MagickWand * | wand | ) |
Definition at line 174 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, _MagickWand::quantize_info, RelinquishWandId(), _MagickWand::signature, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType IsMagickWand | ( | const MagickWand * | wand | ) |
Definition at line 212 of file magick-wand.c.
References MagickWandId, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickClearException | ( | MagickWand * | wand | ) |
Definition at line 245 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport char* MagickGetException | ( | const MagickWand * | wand, | |
| ExceptionType * | severity | |||
| ) |
Definition at line 280 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport ExceptionType MagickGetExceptionType | ( | const MagickWand * | wand | ) |
Definition at line 337 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport long MagickGetIteratorIndex | ( | MagickWand * | wand | ) |
Definition at line 369 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by MagickGetImageIndex(), and main().
| WandExport char* MagickQueryConfigureOption | ( | const char * | option | ) |
Definition at line 407 of file magick-wand.c.
| WandExport char** MagickQueryConfigureOptions | ( | const char * | pattern, | |
| unsigned long * | number_options | |||
| ) |
Definition at line 460 of file magick-wand.c.
| WandExport double* MagickQueryFontMetrics | ( | MagickWand * | wand, | |
| const DrawingWand * | drawing_wand, | |||
| const char * | text | |||
| ) |
Definition at line 519 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, and WandSignature.
| WandExport char** MagickQueryFonts | ( | const char * | pattern, | |
| unsigned long * | number_fonts | |||
| ) |
Definition at line 714 of file magick-wand.c.
| WandExport char** MagickQueryFormats | ( | const char * | pattern, | |
| unsigned long * | number_formats | |||
| ) |
Definition at line 756 of file magick-wand.c.
| WandExport double* MagickQueryMultilineFontMetrics | ( | MagickWand * | wand, | |
| const DrawingWand * | drawing_wand, | |||
| const char * | text | |||
| ) |
Definition at line 627 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, PeekDrawingWand(), _MagickWand::signature, and WandSignature.
| WandExport void* MagickRelinquishMemory | ( | void * | memory | ) |
Definition at line 794 of file magick-wand.c.
Referenced by main().
| WandExport void MagickResetIterator | ( | MagickWand * | wand | ) |
Definition at line 824 of file magick-wand.c.
References _MagickWand::active, _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::pend, _MagickWand::signature, and WandSignature.
Referenced by main().
| WandExport void MagickSetFirstIterator | ( | MagickWand * | wand | ) |
Definition at line 857 of file magick-wand.c.
References _MagickWand::active, _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::pend, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetIteratorIndex | ( | MagickWand * | wand, | |
| const long | index | |||
| ) |
Definition at line 894 of file magick-wand.c.
References _MagickWand::active, _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::pend, _MagickWand::signature, and WandSignature.
Referenced by MagickSetImageIndex(), and main().
| WandExport void MagickSetLastIterator | ( | MagickWand * | wand | ) |
Definition at line 939 of file magick-wand.c.
References _MagickWand::active, _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::pend, _MagickWand::signature, and WandSignature.
| WandExport void MagickWandGenesis | ( | void | ) |
Definition at line 968 of file magick-wand.c.
Referenced by main().
| WandExport void MagickWandTerminus | ( | void | ) |
| WandExport MagickWand* NewMagickWand | ( | void | ) |
Definition at line 1016 of file magick-wand.c.
References AcquireWandId(), _MagickWand::debug, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickWand::images, MagickWandId, MaxTextExtent, _MagickWand::name, _MagickWand::quantize_info, _MagickWand::signature, ThrowWandFatalException, and WandSignature.
Referenced by main(), and NewMagickWandFromImage().
| WandExport MagickWand* NewMagickWandFromImage | ( | const Image * | image | ) |
Definition at line 1072 of file magick-wand.c.
References _MagickWand::exception, _MagickWand::images, and NewMagickWand().
1.6.1