magick-attribute.c File Reference

#include "wand/studio.h"
#include "wand/MagickWand.h"
#include "wand/magick-wand-private.h"
#include "wand/wand.h"

Go to the source code of this file.

Defines

#define ThrowWandException(severity, tag, context)

Functions

WandExport MagickBooleanType MagickGetAntialias (const MagickWand *wand)
WandExport CompressionType MagickGetCompression (MagickWand *wand)
WandExport unsigned long MagickGetCompressionQuality (MagickWand *wand)
WandExport const char * MagickGetCopyright (void)
WandExport char * MagickGetException (MagickWand *wand, ExceptionType *severity)
WandExport char * MagickGetFilename (const MagickWand *wand)
WandExport char * MagickGetFormat (MagickWand *wand)
WandExport char * MagickGetHomeURL (void)
WandExport InterlaceType MagickGetInterlaceScheme (MagickWand *wand)
WandExport InterpolatePixelMethod MagickGetInterpolateMethod (MagickWand *wand)
WandExport char * MagickGetOption (MagickWand *wand, const char *key)
WandExport const char * MagickGetPackageName (void)
WandExport MagickBooleanType MagickGetPage (const MagickWand *wand, unsigned long *width, unsigned long *height, long *x, long *y)
WandExport const char * MagickGetQuantumDepth (unsigned long *depth)
WandExport const char * MagickGetQuantumRange (unsigned long *range)
WandExport const char * MagickGetReleaseDate (void)
WandExport unsigned long MagickGetResource (const ResourceType type)
WandExport unsigned long MagickGetResourceLimit (const ResourceType type)
WandExport double * MagickGetSamplingFactors (MagickWand *wand, unsigned long *number_factors)
WandExport MagickBooleanType MagickGetSize (const MagickWand *wand, unsigned long *columns, unsigned long *rows)
WandExport MagickBooleanType MagickGetSizeOffset (const MagickWand *wand, long *offset)
WandExport const char * MagickGetVersion (unsigned long *version)
WandExport MagickBooleanType MagickSetAntialias (MagickWand *wand, const MagickBooleanType antialias)
WandExport MagickBooleanType MagickSetBackgroundColor (MagickWand *wand, const PixelWand *background)
WandExport MagickBooleanType MagickSetCompression (MagickWand *wand, const CompressionType compression)
WandExport MagickBooleanType MagickSetCompressionQuality (MagickWand *wand, const unsigned long quality)
WandExport MagickBooleanType MagickSetFilename (MagickWand *wand, const char *filename)
WandExport MagickBooleanType MagickSetFormat (MagickWand *wand, const char *format)
WandExport MagickBooleanType MagickSetInterlaceScheme (MagickWand *wand, const InterlaceType interlace_scheme)
WandExport MagickBooleanType MagickSetInterpolateMethod (MagickWand *wand, const InterpolatePixelMethod method)
WandExport MagickBooleanType MagickSetOption (MagickWand *wand, const char *key, const char *value)
WandExport MagickBooleanType MagickSetPage (MagickWand *wand, const unsigned long width, const unsigned long height, const long x, const long y)
WandExport MagickBooleanType MagickSetPassphrase (MagickWand *wand, const char *passphrase)
WandExport MagickProgressMonitor MagickSetProgressMonitor (MagickWand *wand, const MagickProgressMonitor progress_monitor, void *client_data)
WandExport MagickBooleanType MagickSetResourceLimit (const ResourceType type, const MagickSizeType limit)
WandExport MagickBooleanType MagickSetResolution (MagickWand *wand, const double x_resolution, const double y_resolution)
WandExport MagickBooleanType MagickSetSamplingFactors (MagickWand *wand, const unsigned long number_factors, const double *sampling_factors)
WandExport MagickBooleanType MagickSetSize (MagickWand *wand, const unsigned long columns, const unsigned long rows)
WandExport MagickBooleanType MagickSetSizeOffset (MagickWand *wand, const unsigned long columns, const unsigned long rows, const long offset)
WandExport MagickBooleanType MagickSetType (MagickWand *wand, const ImageType image_type)


Define Documentation

#define ThrowWandException ( severity,
tag,
context   ) 

Value:

{ \
  (void) ThrowMagickException(&wand->exception,GetMagickModule(),severity, \
    tag,"`%s'",context); \
  return(MagickFalse); \
}

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


Function Documentation

WandExport MagickBooleanType MagickGetAntialias ( const MagickWand wand  ) 

WandExport CompressionType MagickGetCompression ( MagickWand wand  ) 

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

WandExport unsigned long MagickGetCompressionQuality ( MagickWand wand  ) 

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

WandExport const char* MagickGetCopyright ( void   ) 

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

WandExport char* MagickGetException ( MagickWand wand,
ExceptionType *  severity 
)

WandExport char* MagickGetFilename ( const MagickWand wand  ) 

WandExport char* MagickGetFormat ( MagickWand wand  ) 

WandExport char* MagickGetHomeURL ( void   ) 

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

WandExport InterlaceType MagickGetInterlaceScheme ( MagickWand wand  ) 

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

WandExport InterpolatePixelMethod MagickGetInterpolateMethod ( MagickWand wand  ) 

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

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

WandExport const char* MagickGetPackageName ( void   ) 

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

WandExport MagickBooleanType MagickGetPage ( const MagickWand wand,
unsigned long *  width,
unsigned long *  height,
long *  x,
long *  y 
)

WandExport const char* MagickGetQuantumDepth ( unsigned long *  depth  ) 

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

WandExport const char* MagickGetQuantumRange ( unsigned long *  range  ) 

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

WandExport const char* MagickGetReleaseDate ( void   ) 

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

WandExport unsigned long MagickGetResource ( const ResourceType  type  ) 

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

WandExport unsigned long MagickGetResourceLimit ( const ResourceType  type  ) 

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

WandExport double* MagickGetSamplingFactors ( MagickWand wand,
unsigned long *  number_factors 
)

WandExport MagickBooleanType MagickGetSize ( const MagickWand wand,
unsigned long *  columns,
unsigned long *  rows 
)

WandExport MagickBooleanType MagickGetSizeOffset ( const MagickWand wand,
long *  offset 
)

WandExport const char* MagickGetVersion ( unsigned long *  version  ) 

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

WandExport MagickBooleanType MagickSetAntialias ( MagickWand wand,
const MagickBooleanType  antialias 
)

WandExport MagickBooleanType MagickSetBackgroundColor ( MagickWand wand,
const PixelWand background 
)

WandExport MagickBooleanType MagickSetCompression ( MagickWand wand,
const CompressionType  compression 
)

WandExport MagickBooleanType MagickSetCompressionQuality ( MagickWand wand,
const unsigned long  quality 
)

WandExport MagickBooleanType MagickSetFilename ( MagickWand wand,
const char *  filename 
)

WandExport MagickBooleanType MagickSetFormat ( MagickWand wand,
const char *  format 
)

WandExport MagickBooleanType MagickSetInterlaceScheme ( MagickWand wand,
const InterlaceType  interlace_scheme 
)

WandExport MagickBooleanType MagickSetInterpolateMethod ( MagickWand wand,
const InterpolatePixelMethod  method 
)

WandExport MagickBooleanType MagickSetOption ( MagickWand wand,
const char *  key,
const char *  value 
)

WandExport MagickBooleanType MagickSetPage ( MagickWand wand,
const unsigned long  width,
const unsigned long  height,
const long  x,
const long  y 
)

WandExport MagickBooleanType MagickSetPassphrase ( MagickWand wand,
const char *  passphrase 
)

WandExport MagickProgressMonitor MagickSetProgressMonitor ( MagickWand wand,
const MagickProgressMonitor  progress_monitor,
void *  client_data 
)

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

WandExport MagickBooleanType MagickSetResolution ( MagickWand wand,
const double  x_resolution,
const double  y_resolution 
)

WandExport MagickBooleanType MagickSetResourceLimit ( const ResourceType  type,
const MagickSizeType  limit 
)

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

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

WandExport MagickBooleanType MagickSetSize ( MagickWand wand,
const unsigned long  columns,
const unsigned long  rows 
)

WandExport MagickBooleanType MagickSetSizeOffset ( MagickWand wand,
const unsigned long  columns,
const unsigned long  rows,
const long  offset 
)

WandExport MagickBooleanType MagickSetType ( MagickWand wand,
const ImageType  image_type 
)

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


Generated on Tue Aug 19 22:51:48 2008 for ImageMagick by  doxygen 1.5.6