MagickWand  6.9.10
Convert, Edit, Or Compose Bitmap Images
deprecate.h File Reference
Include dependency graph for deprecate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _DrawingWandDrawContext
 
typedef struct _PixelView PixelView
 
typedef MagickBooleanType(* DuplexTransferPixelViewMethod )(const PixelView *, const PixelView *, PixelView *, void *)
 
typedef MagickBooleanType(*)(* GetPixelViewMethod )(const PixelView *, void *)
 
typedef MagickBooleanType(*)(*)(* SetPixelViewMethod )(PixelView *, void *)
 
typedef MagickBooleanType(*)(*)(*)(* TransferPixelViewMethod )(const PixelView *, PixelView *, void *)
 
typedef MagickBooleanType(*)(*)(*)(*)(* UpdatePixelViewMethod )(PixelView *, void *)
 

Functions

WandExport DrawingWandDrawAllocateWand (const DrawInfo *, Image *)
 
WandExport char * GetPixelViewException (const PixelView *, ExceptionType *) magick_attribute((deprecated))
 
WandExport double DrawGetFillAlpha (const DrawingWand *) magick_attribute((deprecated))
 
WandExport double DrawGetStrokeAlpha (const DrawingWand *) magick_attribute((deprecated))
 
WandExport DrawInfo * DrawPeekGraphicWand (const DrawingWand *) magick_attribute((deprecated))
 
WandExport char * MagickDescribeImage (MagickWand *) magick_attribute((deprecated))
 
WandExport char * MagickGetImageAttribute (MagickWand *, const char *) magick_attribute((deprecated))
 
WandExport char * PixelIteratorGetException (const PixelIterator *, ExceptionType *) magick_attribute((deprecated))
 
WandExport ssize_t MagickGetImageIndex (MagickWand *) magick_attribute((deprecated))
 
WandExport MagickBooleanType DuplexTransferPixelViewIterator (PixelView *, PixelView *, PixelView *, DuplexTransferPixelViewMethod, void *) magick_attribute((deprecated))
 
WandExport MagickBooleanType magick_attribute ((deprecated))
 
WandExport MagickBooleanType IsPixelView (const PixelView *) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickColorFloodfillImage (MagickWand *, const PixelWand *, const double, const PixelWand *, const ssize_t, const ssize_t) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickGetImageChannelExtrema (MagickWand *, const ChannelType, size_t *, size_t *) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickGetImageMatte (MagickWand *) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickGetImagePixels (MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t, const char *, const StorageType, void *) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickMatteFloodfillImage (MagickWand *, const double, const double, const PixelWand *, const ssize_t, const ssize_t) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickModeImage (MagickWand *, const double) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickRemapImage (MagickWand *, const MagickWand *, const DitherMethod)
 
WandExport MagickBooleanType MagickOpaqueImage (MagickWand *, const PixelWand *, const PixelWand *, const double) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickPaintFloodfillImage (MagickWand *, const ChannelType, const PixelWand *, const double, const PixelWand *, const ssize_t, const ssize_t) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickPaintOpaqueImage (MagickWand *, const PixelWand *, const PixelWand *, const double) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickPaintOpaqueImageChannel (MagickWand *, const ChannelType, const PixelWand *, const PixelWand *, const double) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickPaintTransparentImage (MagickWand *, const PixelWand *, const double, const double) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickSetImagePixels (MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t, const char *, const StorageType, const void *) magick_attribute((deprecated))
 
WandExport MagickBooleanType MagickTransparentImage (MagickWand *, const PixelWand *, const double, const double) magick_attribute((deprecated))
 
WandExport MagickBooleanType TransferPixelViewIterator (PixelView *, PixelView *, TransferPixelViewMethod, void *) magick_attribute((deprecated))
 
WandExport MagickWandGetPixelViewWand (const PixelView *) magick_attribute((deprecated))
 
WandExport MagickWandMagickAverageImages (MagickWand *) magick_attribute((deprecated))
 
WandExport MagickWandMagickFlattenImages (MagickWand *) magick_attribute((deprecated))
 
WandExport MagickWandMagickMaximumImages (MagickWand *) magick_attribute((deprecated))
 
WandExport MagickWandMagickMinimumImages (MagickWand *) magick_attribute((deprecated))
 
WandExport MagickWandMagickMosaicImages (MagickWand *) magick_attribute((deprecated))
 
WandExport MagickWandMagickRegionOfInterestImage (MagickWand *, const size_t, const size_t, const ssize_t, const ssize_t) magick_attribute((deprecated))
 
WandExport MagickSizeType MagickGetImageSize (MagickWand *) magick_attribute((deprecated))
 
WandExport PixelViewClonePixelView (const PixelView *) magick_attribute((deprecated))
 
WandExport PixelViewDestroyPixelView (PixelView *) magick_attribute((deprecated))
 
WandExport PixelViewNewPixelView (MagickWand *) magick_attribute((deprecated))
 
WandExport PixelViewNewPixelViewRegion (MagickWand *, const ssize_t, const ssize_t, const size_t, const size_t) magick_attribute((deprecated))
 
WandExport PixelWand ** GetPixelViewPixels (const PixelView *) magick_attribute((deprecated))
 
WandExport PixelWand ** PixelGetNextRow (PixelIterator *) magick_attribute((deprecated))
 
WandExport size_t GetPixelViewHeight (const PixelView *) magick_attribute((deprecated))
 
WandExport size_t GetPixelViewWidth (const PixelView *) magick_attribute((deprecated))
 
WandExport ssize_t GetPixelViewX (const PixelView *) magick_attribute((deprecated))
 
WandExport ssize_t GetPixelViewY (const PixelView *) magick_attribute((deprecated))
 
WandExport unsigned char * MagickWriteImageBlob (MagickWand *, size_t *) magick_attribute((deprecated))
 
WandExport void DrawPopGraphicContext (DrawingWand *) magick_attribute((deprecated))
 
WandExport void DrawPushGraphicContext (DrawingWand *) magick_attribute((deprecated))
 
WandExport void DrawSetFillAlpha (DrawingWand *, const double) magick_attribute((deprecated))
 
WandExport void DrawSetStrokeAlpha (DrawingWand *, const double) magick_attribute((deprecated))
 

Typedef Documentation

typedef struct _DrawingWand* DrawContext
typedef MagickBooleanType(* DuplexTransferPixelViewMethod)(const PixelView *, const PixelView *, PixelView *, void *)
typedef MagickBooleanType(*)(* GetPixelViewMethod)(const PixelView *, void *)
typedef struct _PixelView PixelView
typedef MagickBooleanType(*)(*)(* SetPixelViewMethod)(PixelView *, void *)
typedef MagickBooleanType(*)(*)(*)(* TransferPixelViewMethod)(const PixelView *, PixelView *, void *)
typedef MagickBooleanType(*)(*)(*)(*)(* UpdatePixelViewMethod)(PixelView *, void *)

Function Documentation

WandExport PixelView* ClonePixelView ( const PixelView )
WandExport PixelView * DestroyPixelView ( PixelView )
WandExport DrawingWand* DrawAllocateWand ( const DrawInfo *  ,
Image *   
)

References AcquireDrawingWand().

WandExport double DrawGetFillAlpha ( const DrawingWand )
WandExport double DrawGetStrokeAlpha ( const DrawingWand )
WandExport DrawInfo* DrawPeekGraphicWand ( const DrawingWand )

References PeekDrawingWand().

WandExport void DrawPopGraphicContext ( DrawingWand )
WandExport void DrawPushGraphicContext ( DrawingWand )
WandExport void DrawSetFillAlpha ( DrawingWand ,
const double   
)
WandExport void DrawSetStrokeAlpha ( DrawingWand ,
const double   
)
WandExport MagickBooleanType DuplexTransferPixelViewIterator ( PixelView ,
PixelView ,
PixelView ,
DuplexTransferPixelViewMethod  ,
void *   
)
WandExport char* GetPixelViewException ( const PixelView ,
ExceptionType *   
)
WandExport size_t GetPixelViewHeight ( const PixelView )
WandExport PixelWand** GetPixelViewPixels ( const PixelView )
WandExport MagickWand* GetPixelViewWand ( const PixelView )
WandExport size_t GetPixelViewWidth ( const PixelView )
WandExport ssize_t GetPixelViewX ( const PixelView )
WandExport ssize_t GetPixelViewY ( const PixelView )
WandExport MagickBooleanType IsPixelView ( const PixelView )
WandExport MagickBooleanType magick_attribute ( (deprecated)  )
WandExport MagickWand * MagickAverageImages ( MagickWand )
WandExport MagickBooleanType MagickColorFloodfillImage ( MagickWand ,
const PixelWand ,
const double  ,
const PixelWand ,
const ssize_t  ,
const ssize_t   
)
WandExport char* MagickDescribeImage ( MagickWand )
WandExport MagickWand * MagickFlattenImages ( MagickWand )
WandExport char * MagickGetImageAttribute ( MagickWand ,
const char *   
)
WandExport MagickBooleanType MagickGetImageChannelExtrema ( MagickWand ,
const ChannelType  ,
size_t *  ,
size_t *   
)
WandExport ssize_t MagickGetImageIndex ( MagickWand )
WandExport MagickBooleanType MagickGetImageMatte ( MagickWand )
WandExport MagickBooleanType MagickGetImagePixels ( MagickWand ,
const ssize_t  ,
const ssize_t  ,
const size_t  ,
const size_t  ,
const char *  ,
const StorageType  ,
void *   
)
WandExport MagickBooleanType MagickMatteFloodfillImage ( MagickWand ,
const double  ,
const double  ,
const PixelWand ,
const ssize_t  ,
const ssize_t   
)
WandExport MagickWand * MagickMaximumImages ( MagickWand )
WandExport MagickWand * MagickMinimumImages ( MagickWand )
WandExport MagickBooleanType MagickModeImage ( MagickWand ,
const double   
)
WandExport MagickWand * MagickMosaicImages ( MagickWand )
WandExport MagickBooleanType MagickOpaqueImage ( MagickWand ,
const PixelWand ,
const PixelWand ,
const double   
)
WandExport MagickBooleanType MagickPaintFloodfillImage ( MagickWand ,
const ChannelType  ,
const PixelWand ,
const double  ,
const PixelWand ,
const ssize_t  ,
const ssize_t   
)
WandExport MagickBooleanType MagickPaintOpaqueImage ( MagickWand ,
const PixelWand ,
const PixelWand ,
const double   
)
WandExport MagickBooleanType MagickPaintOpaqueImageChannel ( MagickWand ,
const ChannelType  ,
const PixelWand ,
const PixelWand ,
const double   
)
WandExport MagickBooleanType MagickPaintTransparentImage ( MagickWand ,
const PixelWand ,
const double  ,
const double   
)
WandExport MagickWand * MagickRegionOfInterestImage ( MagickWand ,
const size_t  ,
const size_t  ,
const ssize_t  ,
const ssize_t   
)
WandExport MagickBooleanType MagickRemapImage ( MagickWand ,
const MagickWand ,
const DitherMethod   
)
WandExport MagickBooleanType MagickSetImagePixels ( MagickWand ,
const ssize_t  ,
const ssize_t  ,
const size_t  ,
const size_t  ,
const char *  ,
const StorageType  ,
const void *   
)
WandExport MagickBooleanType MagickTransparentImage ( MagickWand ,
const PixelWand ,
const double  ,
const double   
)
WandExport unsigned char* MagickWriteImageBlob ( MagickWand ,
size_t *   
)

References MagickGetImageBlob().

WandExport PixelView * NewPixelView ( MagickWand )
WandExport PixelWand ** PixelGetNextRow ( PixelIterator )
WandExport char * PixelIteratorGetException ( const PixelIterator ,
ExceptionType *   
)
WandExport MagickBooleanType TransferPixelViewIterator ( PixelView ,
PixelView ,
TransferPixelViewMethod  ,
void *   
)