|
MagickWand
6.7.5
|
#include "MagickWand/studio.h"#include "MagickWand/MagickWand.h"#include "MagickWand/magick-wand-private.h"#include "MagickWand/wand.h"#include "MagickCore/string-private.h"
Go to the source code of this file.
Defines | |
| #define | ThrowWandException(severity, tag, context) |
Functions | |
| WandExport MagickBooleanType | MagickDeleteImageArtifact (MagickWand *wand, const char *artifact) |
| WandExport MagickBooleanType | MagickDeleteImageProperty (MagickWand *wand, const char *property) |
| WandExport MagickBooleanType | MagickDeleteOption (MagickWand *wand, const char *option) |
| WandExport MagickBooleanType | MagickGetAntialias (const MagickWand *wand) |
| WandExport PixelWand * | MagickGetBackgroundColor (MagickWand *wand) |
| WandExport ColorspaceType | MagickGetColorspace (MagickWand *wand) |
| WandExport CompressionType | MagickGetCompression (MagickWand *wand) |
| WandExport size_t | MagickGetCompressionQuality (MagickWand *wand) |
| WandExport const char * | MagickGetCopyright (void) |
| WandExport char * | MagickGetFilename (const MagickWand *wand) |
| WandExport char * | MagickGetFont (MagickWand *wand) |
| WandExport char * | MagickGetFormat (MagickWand *wand) |
| WandExport GravityType | MagickGetGravity (MagickWand *wand) |
| WandExport char * | MagickGetHomeURL (void) |
| WandExport char * | MagickGetImageArtifact (MagickWand *wand, const char *artifact) |
| WandExport char ** | MagickGetImageArtifacts (MagickWand *wand, const char *pattern, size_t *number_artifacts) |
| WandExport unsigned char * | MagickGetImageProfile (MagickWand *wand, const char *name, size_t *length) |
| WandExport char ** | MagickGetImageProfiles (MagickWand *wand, const char *pattern, size_t *number_profiles) |
| WandExport char * | MagickGetImageProperty (MagickWand *wand, const char *property) |
| WandExport char ** | MagickGetImageProperties (MagickWand *wand, const char *pattern, size_t *number_properties) |
| WandExport InterlaceType | MagickGetInterlaceScheme (MagickWand *wand) |
| WandExport PixelInterpolateMethod | MagickGetInterpolateMethod (MagickWand *wand) |
| WandExport char * | MagickGetOption (MagickWand *wand, const char *key) |
| WandExport char ** | MagickGetOptions (MagickWand *wand, const char *pattern, size_t *number_options) |
| WandExport OrientationType | MagickGetOrientation (MagickWand *wand) |
| WandExport const char * | MagickGetPackageName (void) |
| WandExport MagickBooleanType | MagickGetPage (const MagickWand *wand, size_t *width, size_t *height, ssize_t *x, ssize_t *y) |
| WandExport double | MagickGetPointsize (MagickWand *wand) |
| WandExport const char * | MagickGetQuantumDepth (size_t *depth) |
| WandExport const char * | MagickGetQuantumRange (size_t *range) |
| WandExport const char * | MagickGetReleaseDate (void) |
| WandExport MagickBooleanType | MagickGetResolution (const MagickWand *wand, double *x, double *y) |
| WandExport MagickSizeType | MagickGetResource (const ResourceType type) |
| WandExport MagickSizeType | MagickGetResourceLimit (const ResourceType type) |
| WandExport double * | MagickGetSamplingFactors (MagickWand *wand, size_t *number_factors) |
| WandExport MagickBooleanType | MagickGetSize (const MagickWand *wand, size_t *columns, size_t *rows) |
| WandExport MagickBooleanType | MagickGetSizeOffset (const MagickWand *wand, ssize_t *offset) |
| WandExport ImageType | MagickGetType (MagickWand *wand) |
| WandExport const char * | MagickGetVersion (size_t *version) |
| WandExport MagickBooleanType | MagickProfileImage (MagickWand *wand, const char *name, const void *profile, const size_t length) |
| WandExport unsigned char * | MagickRemoveImageProfile (MagickWand *wand, const char *name, size_t *length) |
| WandExport MagickBooleanType | MagickSetAntialias (MagickWand *wand, const MagickBooleanType antialias) |
| WandExport MagickBooleanType | MagickSetBackgroundColor (MagickWand *wand, const PixelWand *background) |
| WandExport MagickBooleanType | MagickSetColorspace (MagickWand *wand, const ColorspaceType colorspace) |
| WandExport MagickBooleanType | MagickSetCompression (MagickWand *wand, const CompressionType compression) |
| WandExport MagickBooleanType | MagickSetCompressionQuality (MagickWand *wand, const size_t quality) |
| WandExport MagickBooleanType | MagickSetDepth (MagickWand *wand, const size_t depth) |
| WandExport MagickBooleanType | MagickSetExtract (MagickWand *wand, const char *geometry) |
| WandExport MagickBooleanType | MagickSetFilename (MagickWand *wand, const char *filename) |
| WandExport MagickBooleanType | MagickSetFont (MagickWand *wand, const char *font) |
| WandExport MagickBooleanType | MagickSetFormat (MagickWand *wand, const char *format) |
| WandExport MagickBooleanType | MagickSetGravity (MagickWand *wand, const GravityType type) |
| WandExport MagickBooleanType | MagickSetImageArtifact (MagickWand *wand, const char *artifact, const char *value) |
| WandExport MagickBooleanType | MagickSetImageProfile (MagickWand *wand, const char *name, const void *profile, const size_t length) |
| WandExport MagickBooleanType | MagickSetImageProperty (MagickWand *wand, const char *property, const char *value) |
| WandExport MagickBooleanType | MagickSetInterlaceScheme (MagickWand *wand, const InterlaceType interlace_scheme) |
| WandExport MagickBooleanType | MagickSetInterpolateMethod (MagickWand *wand, const PixelInterpolateMethod method) |
| WandExport MagickBooleanType | MagickSetOption (MagickWand *wand, const char *key, const char *value) |
| WandExport MagickBooleanType | MagickSetOrientation (MagickWand *wand, const OrientationType orientation) |
| WandExport MagickBooleanType | MagickSetPage (MagickWand *wand, const size_t width, const size_t height, const ssize_t x, const ssize_t y) |
| WandExport MagickBooleanType | MagickSetPassphrase (MagickWand *wand, const char *passphrase) |
| WandExport MagickBooleanType | MagickSetPointsize (MagickWand *wand, const double pointsize) |
| 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 size_t number_factors, const double *sampling_factors) |
| WandExport MagickBooleanType | MagickSetSize (MagickWand *wand, const size_t columns, const size_t rows) |
| WandExport MagickBooleanType | MagickSetSizeOffset (MagickWand *wand, const size_t columns, const size_t rows, const ssize_t offset) |
| WandExport MagickBooleanType | MagickSetType (MagickWand *wand, const ImageType image_type) |
| #define ThrowWandException | ( | severity, | |
| tag, | |||
| context | |||
| ) |
{ \
(void) ThrowMagickException(wand->exception,GetMagickModule(),severity, \
tag,"`%s'",context); \
return(MagickFalse); \
}
Definition at line 58 of file magick-property.c.
Referenced by MagickProfileImage(), MagickSetImageArtifact(), MagickSetImageProfile(), and MagickSetImageProperty().
| WandExport MagickBooleanType MagickDeleteImageArtifact | ( | MagickWand * | wand, |
| const char * | artifact | ||
| ) |
Definition at line 90 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
| WandExport MagickBooleanType MagickDeleteImageProperty | ( | MagickWand * | wand, |
| const char * | property | ||
| ) |
Definition at line 131 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
Referenced by main().
| WandExport MagickBooleanType MagickDeleteOption | ( | MagickWand * | wand, |
| const char * | option | ||
| ) |
Definition at line 172 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
Referenced by main().
| WandExport MagickBooleanType MagickGetAntialias | ( | const MagickWand * | wand | ) |
Definition at line 205 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport PixelWand* MagickGetBackgroundColor | ( | MagickWand * | wand | ) |
Definition at line 236 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, NewPixelWand(), PixelSetPixelColor(), and _MagickWand::image_info.
| WandExport ColorspaceType MagickGetColorspace | ( | MagickWand * | wand | ) |
Definition at line 272 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport CompressionType MagickGetCompression | ( | MagickWand * | wand | ) |
Definition at line 303 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport size_t MagickGetCompressionQuality | ( | MagickWand * | wand | ) |
Definition at line 334 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport const char* MagickGetCopyright | ( | void | ) |
Definition at line 362 of file magick-property.c.
| WandExport char* MagickGetFilename | ( | const MagickWand * | wand | ) |
Definition at line 389 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport char* MagickGetFont | ( | MagickWand * | wand | ) |
Definition at line 420 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport char* MagickGetFormat | ( | MagickWand * | wand | ) |
Definition at line 453 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport GravityType MagickGetGravity | ( | MagickWand * | wand | ) |
Definition at line 484 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport char* MagickGetHomeURL | ( | void | ) |
Definition at line 521 of file magick-property.c.
| WandExport char* MagickGetImageArtifact | ( | MagickWand * | wand, |
| const char * | artifact | ||
| ) |
Definition at line 552 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
| WandExport char** MagickGetImageArtifacts | ( | MagickWand * | wand, |
| const char * | pattern, | ||
| size_t * | number_artifacts | ||
| ) |
Definition at line 603 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
| WandExport unsigned char* MagickGetImageProfile | ( | MagickWand * | wand, |
| const char * | name, | ||
| size_t * | length | ||
| ) |
Definition at line 690 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
Referenced by main().
| WandExport char** MagickGetImageProfiles | ( | MagickWand * | wand, |
| const char * | pattern, | ||
| size_t * | number_profiles | ||
| ) |
Definition at line 755 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
Referenced by main().
| WandExport char** MagickGetImageProperties | ( | MagickWand * | wand, |
| const char * | pattern, | ||
| size_t * | number_properties | ||
| ) |
Definition at line 892 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
Referenced by main().
| WandExport char* MagickGetImageProperty | ( | MagickWand * | wand, |
| const char * | property | ||
| ) |
Definition at line 841 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
Referenced by main().
| WandExport InterlaceType MagickGetInterlaceScheme | ( | MagickWand * | wand | ) |
Definition at line 974 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport PixelInterpolateMethod MagickGetInterpolateMethod | ( | MagickWand * | wand | ) |
Definition at line 1005 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport char* MagickGetOption | ( | MagickWand * | wand, |
| const char * | key | ||
| ) |
Definition at line 1051 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
Referenced by main().
| WandExport char** MagickGetOptions | ( | MagickWand * | wand, |
| const char * | pattern, | ||
| size_t * | number_options | ||
| ) |
Definition at line 1093 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, _MagickWand::exception, and _MagickWand::image_info.
Referenced by main().
| WandExport OrientationType MagickGetOrientation | ( | MagickWand * | wand | ) |
Definition at line 1174 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport const char* MagickGetPackageName | ( | void | ) |
Definition at line 1203 of file magick-property.c.
| WandExport MagickBooleanType MagickGetPage | ( | const MagickWand * | wand, |
| size_t * | width, | ||
| size_t * | height, | ||
| ssize_t * | x, | ||
| ssize_t * | y | ||
| ) |
Definition at line 1239 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport double MagickGetPointsize | ( | MagickWand * | wand | ) |
Definition at line 1281 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport const char* MagickGetQuantumDepth | ( | size_t * | depth | ) |
Definition at line 1313 of file magick-property.c.
| WandExport const char* MagickGetQuantumRange | ( | size_t * | range | ) |
Definition at line 1341 of file magick-property.c.
| WandExport const char* MagickGetReleaseDate | ( | void | ) |
Definition at line 1365 of file magick-property.c.
| WandExport MagickBooleanType MagickGetResolution | ( | const MagickWand * | wand, |
| double * | x, | ||
| double * | y | ||
| ) |
Definition at line 1397 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickSizeType MagickGetResource | ( | const ResourceType | type | ) |
Definition at line 1445 of file magick-property.c.
| WandExport MagickSizeType MagickGetResourceLimit | ( | const ResourceType | type | ) |
Definition at line 1472 of file magick-property.c.
| WandExport double* MagickGetSamplingFactors | ( | MagickWand * | wand, |
| size_t * | number_factors | ||
| ) |
Definition at line 1502 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::image_info, and ThrowWandFatalException.
| WandExport MagickBooleanType MagickGetSize | ( | const MagickWand * | wand, |
| size_t * | columns, | ||
| size_t * | rows | ||
| ) |
Definition at line 1575 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
Referenced by main().
| WandExport MagickBooleanType MagickGetSizeOffset | ( | const MagickWand * | wand, |
| ssize_t * | offset | ||
| ) |
Definition at line 1618 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport ImageType MagickGetType | ( | MagickWand * | wand | ) |
Definition at line 1656 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport const char* MagickGetVersion | ( | size_t * | version | ) |
Definition at line 1688 of file magick-property.c.
| WandExport MagickBooleanType MagickProfileImage | ( | MagickWand * | wand, |
| const char * | name, | ||
| const void * | profile, | ||
| const size_t | length | ||
| ) |
Definition at line 1725 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, ThrowWandException, and _MagickWand::exception.
| WandExport unsigned char* MagickRemoveImageProfile | ( | MagickWand * | wand, |
| const char * | name, | ||
| size_t * | length | ||
| ) |
Definition at line 1764 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and _MagickWand::exception.
Referenced by main().
| WandExport MagickBooleanType MagickSetAntialias | ( | MagickWand * | wand, |
| const MagickBooleanType | antialias | ||
| ) |
Definition at line 1823 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetBackgroundColor | ( | MagickWand * | wand, |
| const PixelWand * | background | ||
| ) |
Definition at line 1859 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, PixelGetQuantumPacket(), and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetColorspace | ( | MagickWand * | wand, |
| const ColorspaceType | colorspace | ||
| ) |
Definition at line 1895 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetCompression | ( | MagickWand * | wand, |
| const CompressionType | compression | ||
| ) |
Definition at line 1931 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetCompressionQuality | ( | MagickWand * | wand, |
| const size_t | quality | ||
| ) |
Definition at line 1967 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetDepth | ( | MagickWand * | wand, |
| const size_t | depth | ||
| ) |
Definition at line 2003 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetExtract | ( | MagickWand * | wand, |
| const char * | geometry | ||
| ) |
Definition at line 2041 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::image_info, and MaxTextExtent.
| WandExport MagickBooleanType MagickSetFilename | ( | MagickWand * | wand, |
| const char * | filename | ||
| ) |
Definition at line 2078 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::image_info, and MaxTextExtent.
| WandExport MagickBooleanType MagickSetFont | ( | MagickWand * | wand, |
| const char * | font | ||
| ) |
Definition at line 2114 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetFormat | ( | MagickWand * | wand, |
| const char * | format | ||
| ) |
Definition at line 2150 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::image_info, _MagickWand::exception, and MaxTextExtent.
| WandExport MagickBooleanType MagickSetGravity | ( | MagickWand * | wand, |
| const GravityType | type | ||
| ) |
Definition at line 2198 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetImageArtifact | ( | MagickWand * | wand, |
| const char * | artifact, | ||
| const char * | value | ||
| ) |
Definition at line 2240 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, and ThrowWandException.
| WandExport MagickBooleanType MagickSetImageProfile | ( | MagickWand * | wand, |
| const char * | name, | ||
| const void * | profile, | ||
| const size_t | length | ||
| ) |
Definition at line 2284 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, ThrowWandException, and _MagickWand::exception.
Referenced by main().
| WandExport MagickBooleanType MagickSetImageProperty | ( | MagickWand * | wand, |
| const char * | property, | ||
| const char * | value | ||
| ) |
Definition at line 2333 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, _MagickWand::images, ThrowWandException, and _MagickWand::exception.
Referenced by main().
| WandExport MagickBooleanType MagickSetInterlaceScheme | ( | MagickWand * | wand, |
| const InterlaceType | interlace_scheme | ||
| ) |
Definition at line 2375 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetInterpolateMethod | ( | MagickWand * | wand, |
| const PixelInterpolateMethod | method | ||
| ) |
Definition at line 2411 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetOption | ( | MagickWand * | wand, |
| const char * | key, | ||
| const char * | value | ||
| ) |
Definition at line 2454 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
Referenced by main().
| WandExport MagickBooleanType MagickSetOrientation | ( | MagickWand * | wand, |
| const OrientationType | orientation | ||
| ) |
Definition at line 2489 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetPage | ( | MagickWand * | wand, |
| const size_t | width, | ||
| const size_t | height, | ||
| const ssize_t | x, | ||
| const ssize_t | y | ||
| ) |
Definition at line 2532 of file magick-property.c.
References MaxTextExtent, _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetPassphrase | ( | MagickWand * | wand, |
| const char * | passphrase | ||
| ) |
Definition at line 2574 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetPointsize | ( | MagickWand * | wand, |
| const double | pointsize | ||
| ) |
Definition at line 2610 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickProgressMonitor MagickSetProgressMonitor | ( | MagickWand * | wand, |
| const MagickProgressMonitor | progress_monitor, | ||
| void * | client_data | ||
| ) |
Definition at line 2658 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetResolution | ( | MagickWand * | wand, |
| const double | x_resolution, | ||
| const double | y_resolution | ||
| ) |
Definition at line 2733 of file magick-property.c.
References MaxTextExtent, _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetResourceLimit | ( | const ResourceType | type, |
| const MagickSizeType | limit | ||
| ) |
Definition at line 2700 of file magick-property.c.
| WandExport MagickBooleanType MagickSetSamplingFactors | ( | MagickWand * | wand, |
| const size_t | number_factors, | ||
| const double * | sampling_factors | ||
| ) |
Definition at line 2777 of file magick-property.c.
References MaxTextExtent, _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetSize | ( | MagickWand * | wand, |
| const size_t | columns, | ||
| const size_t | rows | ||
| ) |
Definition at line 2836 of file magick-property.c.
References MaxTextExtent, _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
Referenced by main().
| WandExport MagickBooleanType MagickSetSizeOffset | ( | MagickWand * | wand, |
| const size_t | columns, | ||
| const size_t | rows, | ||
| const ssize_t | offset | ||
| ) |
Definition at line 2883 of file magick-property.c.
References MaxTextExtent, _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.
| WandExport MagickBooleanType MagickSetType | ( | MagickWand * | wand, |
| const ImageType | image_type | ||
| ) |
Definition at line 2927 of file magick-property.c.
References _MagickWand::signature, WandSignature, _MagickWand::debug, _MagickWand::name, and _MagickWand::image_info.