18 #ifndef MAGICKCORE_PROPERTY_H
19 #define MAGICKCORE_PROPERTY_H
21 #if defined(__cplusplus) || defined(c_plusplus)
46 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport char * RemoveImageProperty(Image *image, const char *property)
Definition: property.c:4057
MagickExport void ResetImagePropertyIterator(const Image *image)
Definition: property.c:4098
MagickExport char * GetNextImageProperty(const Image *image)
Definition: property.c:3506
MagickExport MagickBooleanType CloneImageProperties(Image *image, const Image *clone_image)
Definition: property.c:130
MagickBooleanType
Definition: magick-type.h:198
MagickExport const char * GetImageProperty(const Image *image, const char *property)
Definition: property.c:2224
MagickExport void DestroyImageProperties(Image *image)
Definition: property.c:309
MagickExport char * InterpretImageProperties(const ImageInfo *image_info, Image *image, const char *embed_text)
Definition: property.c:3570
MagickExport MagickBooleanType DefineImageProperty(Image *image, const char *property)
Definition: property.c:227
MagickExport MagickBooleanType SetImageProperty(Image *image, const char *property, const char *value)
Definition: property.c:4138
MagickExport MagickBooleanType DeleteImageProperty(Image *image, const char *property)
Definition: property.c:274
MagickExport const char * GetMagickProperty(const ImageInfo *image_info, Image *image, const char *property)
Definition: property.c:2989
#define magick_attribute(x)
Definition: deprecate.h:41
#define MagickExport
Definition: method-attribute.h:80
MagickExport MagickBooleanType FormatImageProperty(Image *image, const char *property, const char *format,...)
Definition: property.c:349