|
MagickWand 6.9.6
|
#include "wand/studio.h"#include "wand/MagickWand.h"#include "wand/magick-wand-private.h"#include "wand/wand.h"#include "magick/monitor-private.h"#include "magick/thread-private.h"Go to the source code of this file.
Data Structures | |
| struct | _PixelView |
Macros | |
| #define | PixelViewId "PixelView" |
| #define | DuplexTransferPixelViewTag "PixelView/DuplexTransfer" |
| #define | GetPixelViewTag "PixelView/Get" |
| #define | SetPixelViewTag "PixelView/Set" |
| #define | TransferPixelViewTag "PixelView/Transfer" |
| #define | UpdatePixelViewTag "PixelView/Update" |
Functions | |
| WandExport DrawingWand * | DrawAllocateWand (const DrawInfo *draw_info, Image *image) |
| static MagickWand * | CloneMagickWandFromImages (const MagickWand *wand, Image *images) |
| WandExport MagickWand * | MagickAverageImages (MagickWand *wand) |
| WandExport PixelView * | ClonePixelView (const PixelView *pixel_view) |
| static PixelWand *** | DestroyPixelsTLS (PixelWand ***pixel_wands, const size_t number_wands, const size_t number_threads) |
| WandExport PixelView * | DestroyPixelView (PixelView *pixel_view) |
| WandExport MagickBooleanType | DuplexTransferPixelViewIterator (PixelView *source, PixelView *duplex, PixelView *destination, DuplexTransferPixelViewMethod transfer, void *context) |
| WandExport char * | GetPixelViewException (const PixelView *pixel_view, ExceptionType *severity) |
| WandExport size_t | GetPixelViewHeight (const PixelView *pixel_view) |
| WandExport MagickBooleanType | GetPixelViewIterator (PixelView *source, GetPixelViewMethod get, void *context) |
| WandExport PixelWand ** | GetPixelViewPixels (const PixelView *pixel_view) |
| WandExport MagickWand * | GetPixelViewWand (const PixelView *pixel_view) |
| WandExport size_t | GetPixelViewWidth (const PixelView *pixel_view) |
| WandExport ssize_t | GetPixelViewX (const PixelView *pixel_view) |
| WandExport ssize_t | GetPixelViewY (const PixelView *pixel_view) |
| WandExport MagickBooleanType | IsPixelView (const PixelView *pixel_view) |
| WandExport MagickBooleanType | MagickClipPathImage (MagickWand *wand, const char *pathname, const MagickBooleanType inside) |
| WandExport double | DrawGetFillAlpha (const DrawingWand *wand) |
| WandExport double | DrawGetStrokeAlpha (const DrawingWand *wand) |
| WandExport DrawInfo * | DrawPeekGraphicWand (const DrawingWand *wand) |
| WandExport void | DrawPopGraphicContext (DrawingWand *wand) |
| WandExport void | DrawPushGraphicContext (DrawingWand *wand) |
| WandExport void | DrawSetFillAlpha (DrawingWand *wand, const double fill_alpha) |
| WandExport void | DrawSetStrokeAlpha (DrawingWand *wand, const double stroke_alpha) |
| WandExport MagickBooleanType | MagickColorFloodfillImage (MagickWand *wand, const PixelWand *fill, const double fuzz, const PixelWand *bordercolor, const ssize_t x, const ssize_t y) |
| WandExport char * | MagickDescribeImage (MagickWand *wand) |
| WandExport MagickWand * | MagickFlattenImages (MagickWand *wand) |
| WandExport char * | MagickGetImageAttribute (MagickWand *wand, const char *property) |
| WandExport ssize_t | MagickGetImageIndex (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImageChannelExtrema (MagickWand *wand, const ChannelType channel, size_t *minima, size_t *maxima) |
| WandExport MagickBooleanType | MagickGetImageExtrema (MagickWand *wand, size_t *minima, size_t *maxima) |
| WandExport MagickBooleanType | MagickGetImageMatte (MagickWand *wand) |
| WandExport MagickBooleanType | MagickGetImagePixels (MagickWand *wand, const ssize_t x, const ssize_t y, const size_t columns, const size_t rows, const char *map, const StorageType storage, void *pixels) |
| WandExport MagickSizeType | MagickGetImageSize (MagickWand *wand) |
| WandExport MagickBooleanType | MagickMapImage (MagickWand *wand, const MagickWand *map_wand, const MagickBooleanType dither) |
| WandExport MagickBooleanType | MagickMatteFloodfillImage (MagickWand *wand, const double alpha, const double fuzz, const PixelWand *bordercolor, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickMedianFilterImage (MagickWand *wand, const double radius) |
| WandExport MagickWand * | MagickMinimumImages (MagickWand *wand) |
| WandExport MagickBooleanType | MagickModeImage (MagickWand *wand, const double radius) |
| WandExport MagickWand * | MagickMosaicImages (MagickWand *wand) |
| WandExport MagickBooleanType | MagickOpaqueImage (MagickWand *wand, const PixelWand *target, const PixelWand *fill, const double fuzz) |
| WandExport MagickBooleanType | MagickPaintFloodfillImage (MagickWand *wand, const ChannelType channel, const PixelWand *fill, const double fuzz, const PixelWand *bordercolor, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickPaintOpaqueImage (MagickWand *wand, const PixelWand *target, const PixelWand *fill, const double fuzz) |
| WandExport MagickBooleanType | MagickPaintOpaqueImageChannel (MagickWand *wand, const ChannelType channel, const PixelWand *target, const PixelWand *fill, const double fuzz) |
| WandExport MagickBooleanType | MagickPaintTransparentImage (MagickWand *wand, const PixelWand *target, const double alpha, const double fuzz) |
| WandExport MagickBooleanType | MagickRadialBlurImage (MagickWand *wand, const double angle) |
| WandExport MagickBooleanType | MagickRadialBlurImageChannel (MagickWand *wand, const ChannelType channel, const double angle) |
| WandExport MagickBooleanType | MagickRecolorImage (MagickWand *wand, const size_t order, const double *color_matrix) |
| WandExport MagickBooleanType | MagickReduceNoiseImage (MagickWand *wand, const double radius) |
| WandExport MagickWand * | MagickMaximumImages (MagickWand *wand) |
| WandExport MagickBooleanType | MagickSetImageAttribute (MagickWand *wand, const char *property, const char *value) |
| WandExport MagickBooleanType | MagickSetImageIndex (MagickWand *wand, const ssize_t index) |
| WandExport MagickBooleanType | MagickSetImageOption (MagickWand *wand, const char *format, const char *key, const char *value) |
| WandExport MagickBooleanType | MagickTransparentImage (MagickWand *wand, const PixelWand *target, const double alpha, const double fuzz) |
| WandExport MagickWand * | MagickRegionOfInterestImage (MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickSetImagePixels (MagickWand *wand, const ssize_t x, const ssize_t y, const size_t columns, const size_t rows, const char *map, const StorageType storage, const void *pixels) |
| WandExport unsigned char * | MagickWriteImageBlob (MagickWand *wand, size_t *length) |
| static PixelWand *** | AcquirePixelsTLS (const size_t number_wands, const size_t number_threads) |
| WandExport PixelView * | NewPixelView (MagickWand *wand) |
| WandExport PixelView * | NewPixelViewRegion (MagickWand *wand, const ssize_t x, const ssize_t y, const size_t width, const size_t height) |
| WandExport PixelWand ** | PixelGetNextRow (PixelIterator *iterator) |
| WandExport char * | PixelIteratorGetException (const PixelIterator *iterator, ExceptionType *severity) |
| WandExport MagickBooleanType | SetPixelViewIterator (PixelView *destination, SetPixelViewMethod set, void *context) |
| WandExport MagickBooleanType | TransferPixelViewIterator (PixelView *source, PixelView *destination, TransferPixelViewMethod transfer, void *context) |
| WandExport MagickBooleanType | UpdatePixelViewIterator (PixelView *source, UpdatePixelViewMethod update, void *context) |
| #define DuplexTransferPixelViewTag "PixelView/DuplexTransfer" |
| #define GetPixelViewTag "PixelView/Get" |
| #define PixelViewId "PixelView" |
Definition at line 53 of file deprecate.c.
| #define SetPixelViewTag "PixelView/Set" |
| #define TransferPixelViewTag "PixelView/Transfer" |
| #define UpdatePixelViewTag "PixelView/Update" |
|
static |
Definition at line 2539 of file deprecate.c.
References DestroyPixelsTLS(), and NewPixelWands().
Referenced by NewPixelView(), and NewPixelViewRegion().
|
static |
Definition at line 145 of file deprecate.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 MagickAverageImages(), MagickFlattenImages(), MagickMaximumImages(), MagickMinimumImages(), and MagickMosaicImages().
| WandExport PixelView * ClonePixelView | ( | const PixelView * | pixel_view | ) |
Definition at line 215 of file deprecate.c.
References AcquireWandId(), ClonePixelWands(), _PixelView::debug, _PixelView::exception, _PixelView::id, MaxTextExtent, _PixelView::name, _PixelView::number_threads, _PixelView::pixel_wands, PixelViewId, _PixelView::region, _PixelView::signature, ThrowWandFatalException, _PixelView::view, and WandSignature.
|
static |
Definition at line 278 of file deprecate.c.
References DestroyPixelWands().
Referenced by AcquirePixelsTLS(), and DestroyPixelView().
| WandExport PixelView * DestroyPixelView | ( | PixelView * | pixel_view | ) |
Definition at line 292 of file deprecate.c.
References DestroyPixelsTLS(), _PixelView::exception, _PixelView::id, _PixelView::number_threads, _PixelView::pixel_wands, _PixelView::region, RelinquishWandId(), _PixelView::signature, _PixelView::view, and WandSignature.
| WandExport DrawingWand * DrawAllocateWand | ( | const DrawInfo * | draw_info, |
| Image * | image | ||
| ) |
Definition at line 117 of file deprecate.c.
References AcquireDrawingWand().
| WandExport double DrawGetFillAlpha | ( | const DrawingWand * | wand | ) |
Definition at line 959 of file deprecate.c.
References DrawGetFillOpacity().
| WandExport double DrawGetStrokeAlpha | ( | const DrawingWand * | wand | ) |
Definition at line 985 of file deprecate.c.
References DrawGetStrokeOpacity().
| WandExport DrawInfo * DrawPeekGraphicWand | ( | const DrawingWand * | wand | ) |
Definition at line 1012 of file deprecate.c.
References PeekDrawingWand().
| WandExport void DrawPopGraphicContext | ( | DrawingWand * | wand | ) |
Definition at line 1042 of file deprecate.c.
References PopDrawingWand().
| WandExport void DrawPushGraphicContext | ( | DrawingWand * | wand | ) |
Definition at line 1072 of file deprecate.c.
References PushDrawingWand().
| WandExport void DrawSetFillAlpha | ( | DrawingWand * | wand, |
| const double | fill_alpha | ||
| ) |
Definition at line 1102 of file deprecate.c.
References DrawSetFillOpacity().
| WandExport void DrawSetStrokeAlpha | ( | DrawingWand * | wand, |
| const double | stroke_alpha | ||
| ) |
Definition at line 1131 of file deprecate.c.
References DrawSetStrokeOpacity().
| WandExport MagickBooleanType DuplexTransferPixelViewIterator | ( | PixelView * | source, |
| PixelView * | duplex, | ||
| PixelView * | destination, | ||
| DuplexTransferPixelViewMethod | transfer, | ||
| void * | context | ||
| ) |
Definition at line 351 of file deprecate.c.
References DuplexTransferPixelViewTag, _PixelView::exception, _MagickWand::images, magick_restrict, _PixelView::pixel_wands, PixelGetBlackQuantum(), PixelGetQuantumColor(), PixelSetBlackQuantum(), PixelSetIndex(), PixelSetQuantumColor(), _PixelView::region, _PixelView::signature, _PixelView::view, _PixelView::wand, and WandSignature.
| WandExport char * GetPixelViewException | ( | const PixelView * | pixel_view, |
| ExceptionType * | severity | ||
| ) |
Definition at line 532 of file deprecate.c.
References _PixelView::debug, _PixelView::exception, MaxTextExtent, _PixelView::name, _PixelView::signature, ThrowWandFatalException, and WandSignature.
| WandExport size_t GetPixelViewHeight | ( | const PixelView * | pixel_view | ) |
Definition at line 587 of file deprecate.c.
References _PixelView::region, _PixelView::signature, and WandSignature.
| WandExport MagickBooleanType GetPixelViewIterator | ( | PixelView * | source, |
| GetPixelViewMethod | get, | ||
| void * | context | ||
| ) |
Definition at line 632 of file deprecate.c.
References _PixelView::exception, GetPixelViewTag, _MagickWand::images, _PixelView::pixel_wands, PixelSetBlackQuantum(), PixelSetIndex(), PixelSetQuantumColor(), _PixelView::region, _PixelView::signature, _PixelView::view, _PixelView::wand, and WandSignature.
| WandExport PixelWand ** GetPixelViewPixels | ( | const PixelView * | pixel_view | ) |
Definition at line 735 of file deprecate.c.
References _PixelView::pixel_wands, _PixelView::signature, and WandSignature.
| WandExport MagickWand * GetPixelViewWand | ( | const PixelView * | pixel_view | ) |
Definition at line 767 of file deprecate.c.
References _PixelView::signature, _PixelView::wand, and WandSignature.
| WandExport size_t GetPixelViewWidth | ( | const PixelView * | pixel_view | ) |
Definition at line 796 of file deprecate.c.
References _PixelView::region, _PixelView::signature, and WandSignature.
| WandExport ssize_t GetPixelViewX | ( | const PixelView * | pixel_view | ) |
Definition at line 825 of file deprecate.c.
References _PixelView::region, _PixelView::signature, and WandSignature.
| WandExport ssize_t GetPixelViewY | ( | const PixelView * | pixel_view | ) |
Definition at line 854 of file deprecate.c.
References _PixelView::region, _PixelView::signature, and WandSignature.
| WandExport MagickBooleanType IsPixelView | ( | const PixelView * | pixel_view | ) |
Definition at line 884 of file deprecate.c.
References _PixelView::name, PixelViewId, _PixelView::signature, and WandSignature.
| WandExport MagickWand * MagickAverageImages | ( | MagickWand * | wand | ) |
Definition at line 175 of file deprecate.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickClipPathImage | ( | MagickWand * | wand, |
| const char * | pathname, | ||
| const MagickBooleanType | inside | ||
| ) |
Definition at line 931 of file deprecate.c.
References MagickClipImagePath().
| WandExport MagickBooleanType MagickColorFloodfillImage | ( | MagickWand * | wand, |
| const PixelWand * | fill, | ||
| const double | fuzz, | ||
| const PixelWand * | bordercolor, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 1176 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport char * MagickDescribeImage | ( | MagickWand * | wand | ) |
Definition at line 1233 of file deprecate.c.
References MagickIdentifyImage().
| WandExport MagickWand * MagickFlattenImages | ( | MagickWand * | wand | ) |
Definition at line 1261 of file deprecate.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport char * MagickGetImageAttribute | ( | MagickWand * | wand, |
| const char * | property | ||
| ) |
Definition at line 1304 of file deprecate.c.
References MagickGetImageProperty().
| WandExport MagickBooleanType MagickGetImageChannelExtrema | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| size_t * | minima, | ||
| size_t * | maxima | ||
| ) |
Definition at line 1366 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImageExtrema | ( | MagickWand * | wand, |
| size_t * | minima, | ||
| size_t * | maxima | ||
| ) |
Definition at line 1410 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport ssize_t MagickGetImageIndex | ( | MagickWand * | wand | ) |
Definition at line 1331 of file deprecate.c.
References MagickGetIteratorIndex().
| WandExport MagickBooleanType MagickGetImageMatte | ( | MagickWand * | wand | ) |
Definition at line 1449 of file deprecate.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickGetImagePixels | ( | MagickWand * | wand, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| const size_t | columns, | ||
| const size_t | rows, | ||
| const char * | map, | ||
| const StorageType | storage, | ||
| void * | pixels | ||
| ) |
Definition at line 1511 of file deprecate.c.
References MagickExportImagePixels().
| WandExport MagickSizeType MagickGetImageSize | ( | MagickWand * | wand | ) |
Definition at line 1544 of file deprecate.c.
References _MagickWand::debug, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickMapImage | ( | MagickWand * | wand, |
| const MagickWand * | map_wand, | ||
| const MagickBooleanType | dither | ||
| ) |
Definition at line 1584 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickMatteFloodfillImage | ( | MagickWand * | wand, |
| const double | alpha, | ||
| const double | fuzz, | ||
| const PixelWand * | bordercolor, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 1643 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, _MagickWand::images, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand * MagickMaximumImages | ( | MagickWand * | wand | ) |
Definition at line 2213 of file deprecate.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickMedianFilterImage | ( | MagickWand * | wand, |
| const double | radius | ||
| ) |
Definition at line 1704 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand * MagickMinimumImages | ( | MagickWand * | wand | ) |
Definition at line 1745 of file deprecate.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickModeImage | ( | MagickWand * | wand, |
| const double | radius | ||
| ) |
Definition at line 1789 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand * MagickMosaicImages | ( | MagickWand * | wand | ) |
Definition at line 1832 of file deprecate.c.
References CloneMagickWandFromImages(), _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickOpaqueImage | ( | MagickWand * | wand, |
| const PixelWand * | target, | ||
| const PixelWand * | fill, | ||
| const double | fuzz | ||
| ) |
Definition at line 1886 of file deprecate.c.
References MagickPaintOpaqueImage().
| WandExport MagickBooleanType MagickPaintFloodfillImage | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const PixelWand * | fill, | ||
| const double | fuzz, | ||
| const PixelWand * | bordercolor, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 1934 of file deprecate.c.
References MagickFloodfillPaintImage().
| WandExport MagickBooleanType MagickPaintOpaqueImage | ( | MagickWand * | wand, |
| const PixelWand * | target, | ||
| const PixelWand * | fill, | ||
| const double | fuzz | ||
| ) |
Definition at line 1987 of file deprecate.c.
References MagickPaintOpaqueImageChannel().
Referenced by MagickOpaqueImage().
| WandExport MagickBooleanType MagickPaintOpaqueImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const PixelWand * | target, | ||
| const PixelWand * | fill, | ||
| const double | fuzz | ||
| ) |
Definition at line 1993 of file deprecate.c.
References MagickOpaquePaintImageChannel().
Referenced by MagickPaintOpaqueImage().
| WandExport MagickBooleanType MagickPaintTransparentImage | ( | MagickWand * | wand, |
| const PixelWand * | target, | ||
| const double | alpha, | ||
| const double | fuzz | ||
| ) |
Definition at line 2042 of file deprecate.c.
References MagickTransparentPaintImage().
Referenced by MagickTransparentImage().
| WandExport MagickBooleanType MagickRadialBlurImage | ( | MagickWand * | wand, |
| const double | angle | ||
| ) |
Definition at line 2077 of file deprecate.c.
References MagickRotationalBlurImage().
| WandExport MagickBooleanType MagickRadialBlurImageChannel | ( | MagickWand * | wand, |
| const ChannelType | channel, | ||
| const double | angle | ||
| ) |
Definition at line 2083 of file deprecate.c.
References MagickRotationalBlurImageChannel().
| WandExport MagickBooleanType MagickRecolorImage | ( | MagickWand * | wand, |
| const size_t | order, | ||
| const double * | color_matrix | ||
| ) |
Definition at line 2122 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickBooleanType MagickReduceNoiseImage | ( | MagickWand * | wand, |
| const double | radius | ||
| ) |
Definition at line 2172 of file deprecate.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::images, _MagickWand::name, _MagickWand::signature, ThrowWandException, and WandSignature.
| WandExport MagickWand * MagickRegionOfInterestImage | ( | MagickWand * | wand, |
| const size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 2416 of file deprecate.c.
References MagickGetImageRegion().
| WandExport MagickBooleanType MagickSetImageAttribute | ( | MagickWand * | wand, |
| const char * | property, | ||
| const char * | value | ||
| ) |
Definition at line 2258 of file deprecate.c.
References _MagickWand::images.
| WandExport MagickBooleanType MagickSetImageIndex | ( | MagickWand * | wand, |
| const ssize_t | index | ||
| ) |
Definition at line 2290 of file deprecate.c.
References MagickSetIteratorIndex().
| WandExport MagickBooleanType MagickSetImageOption | ( | MagickWand * | wand, |
| const char * | format, | ||
| const char * | key, | ||
| const char * | value | ||
| ) |
Definition at line 2326 of file deprecate.c.
References _MagickWand::debug, _MagickWand::image_info, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetImagePixels | ( | MagickWand * | wand, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| const size_t | columns, | ||
| const size_t | rows, | ||
| const char * | map, | ||
| const StorageType | storage, | ||
| const void * | pixels | ||
| ) |
Definition at line 2474 of file deprecate.c.
References MagickImportImagePixels().
| WandExport MagickBooleanType MagickTransparentImage | ( | MagickWand * | wand, |
| const PixelWand * | target, | ||
| const double | alpha, | ||
| const double | fuzz | ||
| ) |
Definition at line 2377 of file deprecate.c.
References MagickPaintTransparentImage().
| WandExport unsigned char * MagickWriteImageBlob | ( | MagickWand * | wand, |
| size_t * | length | ||
| ) |
Definition at line 2510 of file deprecate.c.
References MagickGetImageBlob().
| WandExport PixelView * NewPixelView | ( | MagickWand * | wand | ) |
Definition at line 2562 of file deprecate.c.
References AcquirePixelsTLS(), AcquireWandId(), _PixelView::debug, _PixelView::exception, _PixelView::id, _MagickWand::images, MaxTextExtent, _PixelView::name, _PixelView::number_threads, _PixelView::pixel_wands, PixelViewId, _PixelView::region, _PixelView::signature, _MagickWand::signature, ThrowWandFatalException, _PixelView::view, _PixelView::wand, and WandSignature.
| WandExport PixelView * NewPixelViewRegion | ( | MagickWand * | wand, |
| const ssize_t | x, | ||
| const ssize_t | y, | ||
| const size_t | width, | ||
| const size_t | height | ||
| ) |
Definition at line 2621 of file deprecate.c.
References AcquirePixelsTLS(), AcquireWandId(), _PixelView::debug, _PixelView::exception, _PixelView::id, _MagickWand::images, MaxTextExtent, _PixelView::name, _PixelView::number_threads, _PixelView::pixel_wands, PixelViewId, _PixelView::region, _PixelView::signature, _MagickWand::signature, ThrowWandFatalException, _PixelView::view, _PixelView::wand, and WandSignature.
| WandExport PixelWand ** PixelGetNextRow | ( | PixelIterator * | iterator | ) |
Definition at line 2682 of file deprecate.c.
References PixelGetNextIteratorRow().
| WandExport char * PixelIteratorGetException | ( | const PixelIterator * | iterator, |
| ExceptionType * | severity | ||
| ) |
Definition at line 2716 of file deprecate.c.
References PixelGetIteratorException().
| WandExport MagickBooleanType SetPixelViewIterator | ( | PixelView * | destination, |
| SetPixelViewMethod | set, | ||
| void * | context | ||
| ) |
Definition at line 2761 of file deprecate.c.
References _PixelView::exception, _MagickWand::images, magick_restrict, _PixelView::pixel_wands, PixelGetBlackQuantum(), PixelGetQuantumColor(), _PixelView::region, SetPixelViewTag, _PixelView::signature, _PixelView::view, _PixelView::wand, and WandSignature.
| WandExport MagickBooleanType TransferPixelViewIterator | ( | PixelView * | source, |
| PixelView * | destination, | ||
| TransferPixelViewMethod | transfer, | ||
| void * | context | ||
| ) |
Definition at line 2898 of file deprecate.c.
References _PixelView::exception, _MagickWand::images, magick_restrict, _PixelView::pixel_wands, PixelGetBlackQuantum(), PixelGetQuantumColor(), PixelSetBlackQuantum(), PixelSetIndex(), PixelSetQuantumColor(), _PixelView::region, _PixelView::signature, TransferPixelViewTag, _PixelView::view, _PixelView::wand, and WandSignature.
| WandExport MagickBooleanType UpdatePixelViewIterator | ( | PixelView * | source, |
| UpdatePixelViewMethod | update, | ||
| void * | context | ||
| ) |
Definition at line 3066 of file deprecate.c.
References _PixelView::exception, _MagickWand::images, magick_restrict, _PixelView::pixel_wands, PixelGetBlackQuantum(), PixelGetQuantumColor(), PixelSetBlackQuantum(), PixelSetQuantumColor(), _PixelView::region, _PixelView::signature, UpdatePixelViewTag, _PixelView::view, _PixelView::wand, and WandSignature.