magick-attribute.h File Reference

Go to the source code of this file.

Functions

WandExport char * MagickGetException (MagickWand *, ExceptionType *)
WandExport char ** MagickGetFilename (const MagickWand *)
WandExport char *** MagickGetFormat (MagickWand *)
WandExport char **** MagickGetHomeURL (void)
WandExport char ***** MagickGetOption (MagickWand *, const char *)
WandExport char ****** MagickQueryConfigureOption (const char *)
WandExport char ******** MagickQueryConfigureOptions (const char *, unsigned long *)
WandExport char ********** MagickQueryFonts (const char *, unsigned long *)
WandExport char ************ MagickQueryFormats (const char *, unsigned long *)
WandExport CompressionType MagickGetCompression (MagickWand *)
WandExport const char * MagickGetCopyright (void)
WandExport const char ** MagickGetPackageName (void)
WandExport const char *** MagickGetQuantumDepth (unsigned long *)
WandExport const char **** MagickGetQuantumRange (unsigned long *)
WandExport const char ***** MagickGetReleaseDate (void)
WandExport const char ****** MagickGetVersion (unsigned long *)
WandExport double * MagickGetSamplingFactors (MagickWand *, unsigned long *)
WandExport double ** MagickQueryFontMetrics (MagickWand *, const DrawingWand *, const char *)
WandExport double *** MagickQueryMultilineFontMetrics (MagickWand *, const DrawingWand *, const char *)
WandExport InterlaceType MagickGetInterlaceScheme (MagickWand *)
WandExport MagickBooleanType MagickGetPage (MagickWand *, unsigned long *, unsigned long *, long *, long *)
WandExport MagickBooleanType MagickGetSize (const MagickWand *, unsigned long *, unsigned long *)
WandExport MagickBooleanType MagickGetSizeOffset (const MagickWand *, long *)
WandExport MagickBooleanType MagickSetBackgroundColor (MagickWand *, const PixelWand *)
WandExport MagickBooleanType MagickSetCompression (MagickWand *, const CompressionType)
WandExport MagickBooleanType MagickSetCompressionQuality (MagickWand *, const unsigned long)
WandExport MagickBooleanType MagickSetFilename (MagickWand *, const char *)
WandExport MagickBooleanType MagickSetFormat (MagickWand *, const char *)
WandExport MagickBooleanType MagickSetInterlaceScheme (MagickWand *, const InterlaceType)
WandExport MagickBooleanType MagickSetOption (MagickWand *, const char *, const char *)
WandExport MagickBooleanType MagickSetPage (MagickWand *, const unsigned long, const unsigned long, const long, const long)
WandExport MagickBooleanType MagickSetPassphrase (MagickWand *, const char *)
WandExport MagickBooleanType MagickSetResolution (MagickWand *, const double, const double)
WandExport MagickBooleanType MagickSetResourceLimit (const ResourceType type, const unsigned long limit)
WandExport MagickBooleanType MagickSetSamplingFactors (MagickWand *, const unsigned long, const double *)
WandExport MagickBooleanType MagickSetSize (MagickWand *, const unsigned long, const unsigned long)
WandExport MagickBooleanType MagickSetSizeOffset (MagickWand *, const unsigned long, const unsigned long, const long)
WandExport MagickBooleanType MagickSetType (MagickWand *, const ImageType)
WandExport MagickProgressMonitor MagickSetProgressMonitor (MagickWand *, const MagickProgressMonitor, void *)
WandExport unsigned long MagickGetCompressionQuality (MagickWand *)
WandExport unsigned long MagickGetResource (const ResourceType)
WandExport unsigned long MagickGetResourceLimit (const ResourceType)


Function Documentation

WandExport CompressionType MagickGetCompression ( MagickWand  ) 

Definition at line 117 of file magick-attribute.c.

WandExport unsigned long MagickGetCompressionQuality ( MagickWand  ) 

Definition at line 148 of file magick-attribute.c.

WandExport const char* MagickGetCopyright ( void   ) 

WandExport char* MagickGetException ( MagickWand ,
ExceptionType *   
)

WandExport char* * MagickGetFilename ( const MagickWand  ) 

WandExport char* * * MagickGetFormat ( MagickWand  ) 

WandExport char* * * * MagickGetHomeURL ( void   ) 

WandExport InterlaceType MagickGetInterlaceScheme ( MagickWand  ) 

Definition at line 346 of file magick-attribute.c.

WandExport char* * * * * MagickGetOption ( MagickWand ,
const char *   
)

WandExport const char* * MagickGetPackageName ( void   ) 

WandExport MagickBooleanType MagickGetPage ( MagickWand ,
unsigned long *  ,
unsigned long *  ,
long *  ,
long *   
)

WandExport const char* * * MagickGetQuantumDepth ( unsigned long *   ) 

WandExport const char* * * * MagickGetQuantumRange ( unsigned long *   ) 

WandExport const char* * * * * MagickGetReleaseDate ( void   ) 

WandExport unsigned long MagickGetResource ( const   ResourceType  ) 

WandExport unsigned long MagickGetResourceLimit ( const   ResourceType  ) 

Definition at line 642 of file magick-attribute.c.

WandExport double* MagickGetSamplingFactors ( MagickWand ,
unsigned long *   
)

WandExport MagickBooleanType MagickGetSize ( const MagickWand ,
unsigned long *  ,
unsigned long *   
)

WandExport MagickBooleanType MagickGetSizeOffset ( const MagickWand ,
long *   
)

WandExport const char* * * * * * MagickGetVersion ( unsigned long *   ) 

Definition at line 827 of file magick-attribute.c.

WandExport char* * * * * * MagickQueryConfigureOption ( const char *   ) 

WandExport char* * * * * * ** MagickQueryConfigureOptions ( const char *  ,
unsigned long *   
)

WandExport double* * MagickQueryFontMetrics ( MagickWand ,
const DrawingWand ,
const char *   
)

WandExport char* * * * * * ** ** MagickQueryFonts ( const char *  ,
unsigned long *   
)

WandExport char* * * * * * ** ** ** MagickQueryFormats ( const char *  ,
unsigned long *   
)

Definition at line 764 of file magick-wand.c.

WandExport double* * * MagickQueryMultilineFontMetrics ( MagickWand ,
const DrawingWand ,
const char *   
)

Definition at line 635 of file magick-wand.c.

WandExport MagickBooleanType MagickSetBackgroundColor ( MagickWand ,
const PixelWand  
)

WandExport MagickBooleanType MagickSetCompression ( MagickWand ,
const   CompressionType 
)

WandExport MagickBooleanType MagickSetCompressionQuality ( MagickWand ,
const unsigned long   
)

WandExport MagickBooleanType MagickSetFilename ( MagickWand ,
const char *   
)

WandExport MagickBooleanType MagickSetFormat ( MagickWand ,
const char *   
)

WandExport MagickBooleanType MagickSetInterlaceScheme ( MagickWand ,
const   InterlaceType 
)

WandExport MagickBooleanType MagickSetOption ( MagickWand ,
const char *  ,
const char *   
)

WandExport MagickBooleanType MagickSetPage ( MagickWand ,
const unsigned long  ,
const unsigned long  ,
const   long,
const   long 
)

WandExport MagickBooleanType MagickSetPassphrase ( MagickWand ,
const char *   
)

WandExport MagickProgressMonitor MagickSetProgressMonitor ( MagickWand ,
const   MagickProgressMonitor,
void *   
)

Definition at line 1297 of file magick-attribute.c.

WandExport MagickBooleanType MagickSetResolution ( MagickWand ,
const   double,
const   double 
)

WandExport MagickBooleanType MagickSetResourceLimit ( const ResourceType  type,
const unsigned long  limit 
)

WandExport MagickBooleanType MagickSetSamplingFactors ( MagickWand ,
const unsigned long  ,
const double *   
)

WandExport MagickBooleanType MagickSetSize ( MagickWand ,
const unsigned long  ,
const unsigned long   
)

WandExport MagickBooleanType MagickSetSizeOffset ( MagickWand ,
const unsigned long  ,
const unsigned long  ,
const   long 
)

WandExport MagickBooleanType MagickSetType ( MagickWand ,
const   ImageType 
)

Definition at line 1564 of file magick-attribute.c.


Generated on Thu Aug 28 11:28:34 2008 for ImageMagick by  doxygen 1.5.6