deprecate.h File Reference

#include "wand/drawing-wand.h"
#include "wand/magick-wand.h"
#include "wand/pixel-iterator.h"
#include "wand/pixel-wand.h"
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

Functions

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 long MagickGetImageIndex (MagickWand *) magick_attribute((deprecated))
WandExport MagickBooleanType MagickClipPathImage (MagickWand *, const char *, const MagickBooleanType) magick_attribute((deprecated))
WandExport MagickBooleanType MagickColorFloodfillImage (MagickWand *, const PixelWand *, const double, const PixelWand *, const long, const long) magick_attribute((deprecated))
WandExport MagickBooleanType MagickGetImageChannelExtrema (MagickWand *, const ChannelType, unsigned long *, unsigned long *) magick_attribute((deprecated))
WandExport MagickBooleanType MagickGetImageExtrema (MagickWand *, unsigned long *, unsigned long *) magick_attribute((deprecated))
WandExport MagickBooleanType MagickGetImageMatte (MagickWand *) magick_attribute((deprecated))
WandExport MagickBooleanType MagickGetImagePixels (MagickWand *, const long, const long, const unsigned long, const unsigned long, const char *, const StorageType, void *) magick_attribute((deprecated))
WandExport MagickBooleanType MagickMapImage (MagickWand *, const MagickWand *, const MagickBooleanType) magick_attribute((deprecated))
WandExport MagickBooleanType MagickMatteFloodfillImage (MagickWand *, const double, const double, const PixelWand *, const long, const long) magick_attribute((deprecated))
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 long, const long) 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 MagickSetImageAttribute (MagickWand *, const char *, const char *) magick_attribute((deprecated))
WandExport MagickBooleanType MagickSetImageIndex (MagickWand *, const long) magick_attribute((deprecated))
WandExport MagickBooleanType MagickSetImageOption (MagickWand *, const char *, const char *, const char *) magick_attribute((deprecated))
WandExport MagickBooleanType MagickSetImagePixels (MagickWand *, const long, const long, const unsigned long, const unsigned long, const char *, const StorageType, const void *) magick_attribute((deprecated))
WandExport MagickBooleanType MagickTransparentImage (MagickWand *, const PixelWand *, const double, const double) magick_attribute((deprecated))
WandExport MagickWandMagickFlattenImages (MagickWand *) magick_attribute((deprecated))
WandExport MagickWand ** MagickMosaicImages (MagickWand *) magick_attribute((deprecated))
WandExport MagickWand *** MagickRegionOfInterestImage (MagickWand *, const unsigned long, const unsigned long, const long, const long) magick_attribute((deprecated))
WandExport MagickSizeType MagickGetImageSize (MagickWand *) magick_attribute((deprecated))
WandExport PixelWand ** PixelGetNextRow (PixelIterator *) 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

Definition at line 32 of file deprecate.h.


Function Documentation

WandExport double DrawGetFillAlpha ( const DrawingWand  ) 
WandExport double DrawGetStrokeAlpha ( const DrawingWand  ) 

Definition at line 146 of file deprecate.c.

References DrawGetStrokeOpacity().

WandExport DrawInfo* DrawPeekGraphicWand ( const DrawingWand  ) 

Definition at line 173 of file deprecate.c.

References PeekDrawingWand().

WandExport void DrawPopGraphicContext ( DrawingWand  ) 
WandExport void DrawPushGraphicContext ( DrawingWand  ) 
WandExport void DrawSetFillAlpha ( DrawingWand ,
const   double 
)
WandExport void DrawSetStrokeAlpha ( DrawingWand ,
const   double 
)

Definition at line 292 of file deprecate.c.

References DrawSetStrokeOpacity().

WandExport MagickBooleanType MagickClipPathImage ( MagickWand ,
const char *  ,
const   MagickBooleanType 
)
WandExport MagickBooleanType MagickColorFloodfillImage ( MagickWand ,
const PixelWand ,
const   double,
const PixelWand ,
const   long,
const   long 
)
WandExport char* MagickDescribeImage ( MagickWand  ) 
WandExport MagickWand* MagickFlattenImages ( MagickWand  ) 
WandExport char* * MagickGetImageAttribute ( MagickWand ,
const char *   
)
WandExport MagickBooleanType MagickGetImageChannelExtrema ( MagickWand ,
const   ChannelType,
unsigned long *  ,
unsigned long *   
)
WandExport MagickBooleanType MagickGetImageExtrema ( MagickWand ,
unsigned long *  ,
unsigned long *   
)
WandExport long MagickGetImageIndex ( MagickWand  ) 

Definition at line 523 of file deprecate.c.

References MagickGetIteratorIndex().

WandExport MagickBooleanType MagickGetImageMatte ( MagickWand  ) 
WandExport MagickBooleanType MagickGetImagePixels ( MagickWand ,
const   long,
const   long,
const unsigned long  ,
const unsigned long  ,
const char *  ,
const   StorageType,
void *   
)
WandExport MagickSizeType MagickGetImageSize ( MagickWand  ) 
WandExport MagickBooleanType MagickMapImage ( MagickWand ,
const MagickWand ,
const   MagickBooleanType 
)
WandExport MagickBooleanType MagickMatteFloodfillImage ( MagickWand ,
const   double,
const   double,
const PixelWand ,
const   long,
const   long 
)
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   long,
const   long 
)
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 unsigned  long,
const unsigned  long,
const   long,
const   long 
)

Definition at line 1293 of file deprecate.c.

References MagickGetImageRegion().

WandExport MagickBooleanType MagickSetImageAttribute ( MagickWand ,
const char *  ,
const char *   
)
WandExport MagickBooleanType MagickSetImageIndex ( MagickWand ,
const   long 
)
WandExport MagickBooleanType MagickSetImageOption ( MagickWand ,
const char *  ,
const char *  ,
const char *   
)
WandExport MagickBooleanType MagickSetImagePixels ( MagickWand ,
const   long,
const   long,
const unsigned long  ,
const unsigned long  ,
const char *  ,
const   StorageType,
const void *   
)
WandExport MagickBooleanType MagickTransparentImage ( MagickWand ,
const PixelWand ,
const   double,
const   double 
)

Definition at line 1254 of file deprecate.c.

References MagickPaintTransparentImage().

WandExport unsigned char* MagickWriteImageBlob ( MagickWand ,
size_t *   
)

Definition at line 1387 of file deprecate.c.

References MagickGetImageBlob().

WandExport PixelWand** PixelGetNextRow ( PixelIterator  ) 

Definition at line 1418 of file deprecate.c.

References PixelGetNextIteratorRow().

WandExport char* * * PixelIteratorGetException ( const PixelIterator ,
ExceptionType *   
)

Definition at line 1452 of file deprecate.c.

References PixelGetIteratorException().


Generated on 19 Nov 2009 for MagickWand by  doxygen 1.6.1