18 #ifndef MAGICKCORE_PROPERTY_H
19 #define MAGICKCORE_PROPERTY_H
21 #if defined(__cplusplus) || defined(c_plusplus)
47 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport char * RemoveImageProperty(Image *image, const char *property)
Definition: property.c:4121
MagickExport void ResetImagePropertyIterator(const Image *image)
Definition: property.c:4161
Definition: exception.h:101
#define magick_attribute(x)
Definition: method-attribute.h:104
MagickExport MagickBooleanType CloneImageProperties(Image *image, const Image *clone_image)
Definition: property.c:134
MagickBooleanType
Definition: magick-type.h:169
MagickExport MagickBooleanType SetImageProperty(Image *image, const char *property, const char *value, ExceptionInfo *exception)
Definition: property.c:4205
MagickExport void DestroyImageProperties(Image *image)
Definition: property.c:314
MagickExport const char * GetNextImageProperty(const Image *image)
Definition: property.c:3416
MagickExport char * InterpretImageProperties(ImageInfo *image_info, Image *image, const char *embed_text, ExceptionInfo *exception)
Definition: property.c:3482
MagickExport MagickBooleanType DeleteImageProperty(Image *image, const char *property)
Definition: property.c:279
MagickExport const char * GetImageProperty(const Image *image, const char *property, ExceptionInfo *exception)
Definition: property.c:2217
MagickExport MagickBooleanType DefineImageProperty(Image *image, const char *property, ExceptionInfo *exception)
Definition: property.c:232
MagickExport const char * GetMagickProperty(ImageInfo *image_info, Image *image, const char *property, ExceptionInfo *exception)
Definition: property.c:2820
#define MagickExport
Definition: method-attribute.h:80
MagickExport MagickBooleanType FormatImageProperty(Image *image, const char *property, const char *format,...)
Definition: property.c:354