#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 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.
| WandExport MagickBooleanType MagickGetAntialias | ( | const MagickWand * | wand | ) |
Definition at line 86 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| 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 | |||
| ) |
Definition at line 206 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::exception, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport char* MagickGetFilename | ( | const MagickWand * | wand | ) |
Definition at line 261 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport char* MagickGetFormat | ( | MagickWand * | wand | ) |
Definition at line 292 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| 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 | |||
| ) |
Definition at line 423 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by main().
| 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 | |||
| ) |
Definition at line 492 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| 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 | |||
| ) |
Definition at line 672 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, ThrowWandFatalException, and WandSignature.
| WandExport MagickBooleanType MagickGetSize | ( | const MagickWand * | wand, | |
| unsigned long * | columns, | |||
| unsigned long * | rows | |||
| ) |
Definition at line 745 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickGetSizeOffset | ( | const MagickWand * | wand, | |
| long * | offset | |||
| ) |
Definition at line 788 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport const char* MagickGetVersion | ( | unsigned long * | version | ) |
Definition at line 827 of file magick-attribute.c.
| WandExport MagickBooleanType MagickSetAntialias | ( | MagickWand * | wand, | |
| const MagickBooleanType | antialias | |||
| ) |
Definition at line 857 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetBackgroundColor | ( | MagickWand * | wand, | |
| const PixelWand * | background | |||
| ) |
Definition at line 893 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, PixelGetQuantumColor(), _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetCompression | ( | MagickWand * | wand, | |
| const CompressionType | compression | |||
| ) |
Definition at line 929 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetCompressionQuality | ( | MagickWand * | wand, | |
| const unsigned long | quality | |||
| ) |
Definition at line 965 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetFilename | ( | MagickWand * | wand, | |
| const char * | filename | |||
| ) |
Definition at line 1001 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetFormat | ( | MagickWand * | wand, | |
| const char * | format | |||
| ) |
Definition at line 1037 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::exception, _MagickWand::image_info, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetInterlaceScheme | ( | MagickWand * | wand, | |
| const InterlaceType | interlace_scheme | |||
| ) |
Definition at line 1086 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetInterpolateMethod | ( | MagickWand * | wand, | |
| const InterpolatePixelMethod | method | |||
| ) |
Definition at line 1122 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetOption | ( | MagickWand * | wand, | |
| const char * | key, | |||
| const char * | value | |||
| ) |
Definition at line 1165 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickSetPage | ( | MagickWand * | wand, | |
| const unsigned long | width, | |||
| const unsigned long | height, | |||
| const long | x, | |||
| const long | y | |||
| ) |
Definition at line 1207 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetPassphrase | ( | MagickWand * | wand, | |
| const char * | passphrase | |||
| ) |
Definition at line 1249 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, _MagickWand::name, _MagickWand::signature, and WandSignature.
| 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 | |||
| ) |
Definition at line 1372 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| 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 | |||
| ) |
Definition at line 1416 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetSize | ( | MagickWand * | wand, | |
| const unsigned long | columns, | |||
| const unsigned long | rows | |||
| ) |
Definition at line 1476 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
Referenced by main().
| WandExport MagickBooleanType MagickSetSizeOffset | ( | MagickWand * | wand, | |
| const unsigned long | columns, | |||
| const unsigned long | rows, | |||
| const long | offset | |||
| ) |
Definition at line 1520 of file magick-attribute.c.
References _MagickWand::debug, _MagickWand::image_info, MaxTextExtent, _MagickWand::name, _MagickWand::signature, and WandSignature.
| WandExport MagickBooleanType MagickSetType | ( | MagickWand * | wand, | |
| const ImageType | image_type | |||
| ) |
Definition at line 1564 of file magick-attribute.c.
1.5.6