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:4054
MagickExport void ResetImagePropertyIterator(const Image *image)
Definition: property.c:4094
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:4138
MagickExport void DestroyImageProperties(Image *image)
Definition: property.c:314
MagickExport const char * GetNextImageProperty(const Image *image)
Definition: property.c:3347
MagickExport char * InterpretImageProperties(ImageInfo *image_info, Image *image, const char *embed_text, ExceptionInfo *exception)
Definition: property.c:3413
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:2236
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:2828
#define MagickExport
Definition: method-attribute.h:80
MagickExport MagickBooleanType FormatImageProperty(Image *image, const char *property, const char *format,...)
Definition: property.c:354