18 #ifndef MAGICKWAND_DEPRECATE_H
19 #define MAGICKWAND_DEPRECATE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
25 #if !defined(MAGICKCORE_EXCLUDE_DEPRECATED)
41 typedef MagickBooleanType
79 const PixelWand *,const ssize_t,const ssize_t)
87 const
size_t,const
char *,const StorageType,
void *)
89 MagickMapImage(MagickWand *,const MagickWand *,const MagickBooleanType)
92 const PixelWand *,const ssize_t,const ssize_t)
103 const
double,const PixelWand *,const ssize_t,const ssize_t)
108 const PixelWand *,const PixelWand *,const
double)
125 const
size_t,const
char *,const StorageType,const
void *)
179 #if defined(__cplusplus) || defined(c_plusplus)
WandExport char * MagickGetImageAttribute(MagickWand *wand, const char *property)
Definition: deprecate.c:1304
struct _DrawingWand * DrawContext
Definition: deprecate.h:32
WandExport ssize_t GetPixelViewY(const PixelView *pixel_view)
Definition: deprecate.c:854
WandExport char * MagickDescribeImage(MagickWand *wand)
Definition: deprecate.c:1233
WandExport MagickBooleanType MagickGetImageExtrema(MagickWand *wand, size_t *minima, size_t *maxima)
Definition: deprecate.c:1410
MagickBooleanType(* DuplexTransferPixelViewMethod)(const PixelView *, const PixelView *, PixelView *, void *)
Definition: deprecate.h:42
WandExport size_t GetPixelViewWidth(const PixelView *pixel_view)
Definition: deprecate.c:796
MagickBooleanType(*)(* GetPixelViewMethod)(const PixelView *, void *)
Definition: deprecate.h:44
WandExport DrawInfo * DrawPeekGraphicWand(const DrawingWand *wand)
Definition: deprecate.c:1012
WandExport unsigned char * MagickWriteImageBlob(MagickWand *wand, size_t *length)
Definition: deprecate.c:2510
WandExport PixelView * DestroyPixelView(PixelView *pixel_view)
Definition: deprecate.c:292
WandExport MagickWand * MagickMaximumImages(MagickWand *wand)
Definition: deprecate.c:2213
WandExport MagickBooleanType MagickSetImageAttribute(MagickWand *wand, const char *property, const char *value)
Definition: deprecate.c:2258
WandExport MagickBooleanType MagickSetImageIndex(MagickWand *wand, const ssize_t index)
Definition: deprecate.c:2290
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: deprecate.c:1511
WandExport PixelView * NewPixelView(MagickWand *wand)
Definition: deprecate.c:2562
WandExport ssize_t MagickGetImageIndex(MagickWand *wand)
Definition: deprecate.c:1331
WandExport MagickBooleanType TransferPixelViewIterator(PixelView *source, PixelView *destination, TransferPixelViewMethod transfer, void *context)
Definition: deprecate.c:2898
#define WandExport
Definition: method-attribute.h:71
WandExport MagickBooleanType MagickRemapImage(MagickWand *, const MagickWand *, const DitherMethod)
WandExport MagickBooleanType MagickGetImageMatte(MagickWand *wand)
Definition: deprecate.c:1449
WandExport MagickBooleanType MagickRadialBlurImageChannel(MagickWand *wand, const ChannelType channel, const double angle)
Definition: deprecate.c:2083
WandExport MagickBooleanType MagickPaintTransparentImage(MagickWand *wand, const PixelWand *target, const double alpha, const double fuzz)
Definition: deprecate.c:2042
Definition: pixel-wand.c:63
WandExport MagickBooleanType MagickModeImage(MagickWand *wand, const double radius)
Definition: deprecate.c:1789
WandExport MagickBooleanType MagickColorFloodfillImage(MagickWand *wand, const PixelWand *fill, const double fuzz, const PixelWand *bordercolor, const ssize_t x, const ssize_t y)
Definition: deprecate.c:1176
WandExport MagickBooleanType MagickMatteFloodfillImage(MagickWand *wand, const double alpha, const double fuzz, const PixelWand *bordercolor, const ssize_t x, const ssize_t y)
Definition: deprecate.c:1643
WandExport MagickBooleanType MagickPaintOpaqueImageChannel(MagickWand *wand, const ChannelType channel, const PixelWand *target, const PixelWand *fill, const double fuzz)
Definition: deprecate.c:1993
WandExport MagickBooleanType SetPixelViewIterator(PixelView *destination, SetPixelViewMethod set, void *context)
Definition: deprecate.c:2761
WandExport MagickSizeType MagickGetImageSize(MagickWand *wand)
Definition: deprecate.c:1544
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: deprecate.c:1934
WandExport MagickWand * GetPixelViewWand(const PixelView *pixel_view)
Definition: deprecate.c:767
WandExport MagickBooleanType MagickReduceNoiseImage(MagickWand *wand, const double radius)
Definition: deprecate.c:2172
WandExport MagickBooleanType magick_attribute((deprecated))
WandExport MagickBooleanType MagickOpaqueImage(MagickWand *wand, const PixelWand *target, const PixelWand *fill, const double fuzz)
Definition: deprecate.c:1886
WandExport MagickBooleanType MagickPaintOpaqueImage(MagickWand *wand, const PixelWand *target, const PixelWand *fill, const double fuzz)
Definition: deprecate.c:1987
Definition: magick-wand-private.h:50
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: deprecate.c:2474
WandExport void DrawSetFillAlpha(DrawingWand *wand, const double fill_alpha)
Definition: deprecate.c:1102
WandExport MagickBooleanType IsPixelView(const PixelView *pixel_view)
Definition: deprecate.c:884
MagickBooleanType(*)(*)(* SetPixelViewMethod)(PixelView *, void *)
Definition: deprecate.h:45
WandExport size_t GetPixelViewHeight(const PixelView *pixel_view)
Definition: deprecate.c:587
WandExport MagickWand * MagickRegionOfInterestImage(MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y)
Definition: deprecate.c:2416
WandExport MagickBooleanType UpdatePixelViewIterator(PixelView *source, UpdatePixelViewMethod update, void *context)
Definition: deprecate.c:3066
WandExport DrawingWand * DrawAllocateWand(const DrawInfo *draw_info, Image *image)
Definition: deprecate.c:117
WandExport MagickBooleanType MagickClipPathImage(MagickWand *wand, const char *pathname, const MagickBooleanType inside)
Definition: deprecate.c:931
Definition: deprecate.c:58
WandExport MagickBooleanType MagickGetImageChannelExtrema(MagickWand *wand, const ChannelType channel, size_t *minima, size_t *maxima)
Definition: deprecate.c:1366
WandExport void DrawPopGraphicContext(DrawingWand *wand)
Definition: deprecate.c:1042
WandExport MagickWand * MagickFlattenImages(MagickWand *wand)
Definition: deprecate.c:1261
MagickBooleanType(*)(*)(*)(*)(* UpdatePixelViewMethod)(PixelView *, void *)
Definition: deprecate.h:47
WandExport MagickBooleanType MagickMapImage(MagickWand *wand, const MagickWand *map_wand, const MagickBooleanType dither)
Definition: deprecate.c:1584
WandExport MagickWand * MagickAverageImages(MagickWand *wand)
Definition: deprecate.c:175
Definition: pixel-iterator.c:64
WandExport char * PixelIteratorGetException(const PixelIterator *iterator, ExceptionType *severity)
Definition: deprecate.c:2716
WandExport void DrawPushGraphicContext(DrawingWand *wand)
Definition: deprecate.c:1072
WandExport MagickBooleanType DuplexTransferPixelViewIterator(PixelView *source, PixelView *duplex, PixelView *destination, DuplexTransferPixelViewMethod transfer, void *context)
Definition: deprecate.c:351
WandExport MagickBooleanType MagickSetImageOption(MagickWand *wand, const char *format, const char *key, const char *value)
Definition: deprecate.c:2326
MagickBooleanType(*)(*)(*)(* TransferPixelViewMethod)(const PixelView *, PixelView *, void *)
Definition: deprecate.h:46
WandExport PixelWand ** GetPixelViewPixels(const PixelView *pixel_view)
Definition: deprecate.c:735
WandExport void DrawSetStrokeAlpha(DrawingWand *wand, const double stroke_alpha)
Definition: deprecate.c:1131
WandExport MagickWand * MagickMinimumImages(MagickWand *wand)
Definition: deprecate.c:1745
WandExport PixelView * NewPixelViewRegion(MagickWand *wand, const ssize_t x, const ssize_t y, const size_t width, const size_t height)
Definition: deprecate.c:2621
WandExport MagickBooleanType GetPixelViewIterator(PixelView *source, GetPixelViewMethod get, void *context)
Definition: deprecate.c:632
Definition: drawing-wand.c:91
WandExport MagickBooleanType MagickTransparentImage(MagickWand *wand, const PixelWand *target, const double alpha, const double fuzz)
Definition: deprecate.c:2377
WandExport char * GetPixelViewException(const PixelView *pixel_view, ExceptionType *severity)
Definition: deprecate.c:532
WandExport MagickBooleanType MagickRadialBlurImage(MagickWand *wand, const double angle)
Definition: deprecate.c:2077
WandExport MagickBooleanType MagickRecolorImage(MagickWand *wand, const size_t order, const double *color_matrix)
Definition: deprecate.c:2122
WandExport PixelView * ClonePixelView(const PixelView *pixel_view)
Definition: deprecate.c:215
WandExport MagickBooleanType MagickMedianFilterImage(MagickWand *wand, const double radius)
Definition: deprecate.c:1704
WandExport ssize_t GetPixelViewX(const PixelView *pixel_view)
Definition: deprecate.c:825
WandExport PixelWand ** PixelGetNextRow(PixelIterator *iterator)
Definition: deprecate.c:2682
WandExport MagickWand * MagickMosaicImages(MagickWand *wand)
Definition: deprecate.c:1832
WandExport double DrawGetStrokeAlpha(const DrawingWand *wand)
Definition: deprecate.c:985
WandExport double DrawGetFillAlpha(const DrawingWand *wand)
Definition: deprecate.c:959