MagickWand 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickWand/studio.h"
#include "MagickWand/MagickWand.h"
#include "MagickWand/magick-wand-private.h"
#include "MagickWand/wand.h"
Go to the source code of this file.
WandExport void ClearMagickWand | ( | MagickWand * | wand | ) |
Definition at line 77 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickWand * CloneMagickWand | ( | const MagickWand * | wand | ) |
Definition at line 114 of file magick-wand.c.
References AcquireWandId(), _MagickWand::debug, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickPathExtent, MagickWandId, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickWand * DestroyMagickWand | ( | MagickWand * | wand | ) |
Definition at line 163 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickWand::images, MagickWandSignature, _MagickWand::name, RelinquishWandId(), and _MagickWand::signature.
WandExport MagickBooleanType IsMagickWand | ( | const MagickWand * | wand | ) |
Definition at line 202 of file magick-wand.c.
References MagickWandId, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
MagickExport MagickBooleanType IsMagickWandInstantiated | ( | void | ) |
Definition at line 1124 of file magick-wand.c.
WandExport MagickBooleanType MagickClearException | ( | MagickWand * | wand | ) |
Definition at line 235 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport char * MagickGetException | ( | const MagickWand * | wand, |
ExceptionType * | severity | ||
) |
Definition at line 270 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, MagickPathExtent, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ExceptionType MagickGetExceptionType | ( | const MagickWand * | wand | ) |
Definition at line 327 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport ssize_t MagickGetIteratorIndex | ( | MagickWand * | wand | ) |
Definition at line 359 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport char * MagickQueryConfigureOption | ( | const char * | option | ) |
Definition at line 397 of file magick-wand.c.
WandExport char ** MagickQueryConfigureOptions | ( | const char * | pattern, |
size_t * | number_options | ||
) |
Definition at line 451 of file magick-wand.c.
WandExport double * MagickQueryFontMetrics | ( | MagickWand * | wand, |
const DrawingWand * | drawing_wand, | ||
const char * | text | ||
) |
Definition at line 510 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PeekDrawingWand(), and _MagickWand::signature.
WandExport char ** MagickQueryFonts | ( | const char * | pattern, |
size_t * | number_fonts | ||
) |
Definition at line 703 of file magick-wand.c.
WandExport char ** MagickQueryFormats | ( | const char * | pattern, |
size_t * | number_formats | ||
) |
Definition at line 744 of file magick-wand.c.
WandExport double * MagickQueryMultilineFontMetrics | ( | MagickWand * | wand, |
const DrawingWand * | drawing_wand, | ||
const char * | text | ||
) |
Definition at line 617 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, MagickWandSignature, _MagickWand::name, PeekDrawingWand(), and _MagickWand::signature.
WandExport void * MagickRelinquishMemory | ( | void * | memory | ) |
Definition at line 782 of file magick-wand.c.
WandExport void MagickResetIterator | ( | MagickWand * | wand | ) |
Definition at line 821 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
Referenced by CLINoImageOperator(), and CLISimpleOperatorImages().
WandExport void MagickSetFirstIterator | ( | MagickWand * | wand | ) |
Definition at line 865 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport MagickBooleanType MagickSetIteratorIndex | ( | MagickWand * | wand, |
const ssize_t | index | ||
) |
Definition at line 917 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport void MagickSetLastIterator | ( | MagickWand * | wand | ) |
Definition at line 968 of file magick-wand.c.
References _MagickWand::debug, _MagickWand::image_pending, _MagickWand::images, _MagickWand::insert_before, MagickWandSignature, _MagickWand::name, and _MagickWand::signature.
WandExport void MagickWandGenesis | ( | void | ) |
Definition at line 997 of file magick-wand.c.
WandExport void MagickWandTerminus | ( | void | ) |
Definition at line 1021 of file magick-wand.c.
References DestroyWandIds().
WandExport MagickWand * NewMagickWand | ( | void | ) |
Definition at line 1048 of file magick-wand.c.
References AcquireWandId(), CheckMagickCoreCompatibility(), _MagickWand::debug, _MagickWand::exception, _MagickWand::id, _MagickWand::image_info, _MagickWand::images, MagickPathExtent, MagickWandId, MagickWandSignature, _MagickWand::name, _MagickWand::signature, and ThrowWandFatalException.
Referenced by NewMagickWandFromImage().
WandExport MagickWand * NewMagickWandFromImage | ( | const Image * | image | ) |
Definition at line 1094 of file magick-wand.c.
References _MagickWand::exception, _MagickWand::images, and NewMagickWand().