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 MagickBooleanType magick_attribute((deprecated))
MagickBooleanType
Definition: magick-type.h:203
#define MagickExport
Definition: method-attribute.h:80
MagickExport char * GetNextImageProperty(const Image *)
MagickExport MagickBooleanType FormatImageProperty(Image *, const char *, const char *,...) magick_attribute((__format__(__printf__
MagickExport const char * GetMagickProperty(const ImageInfo *, Image *, const char *)
Definition: property.c:3000
MagickExport MagickBooleanType DefineImageProperty(Image *, const char *)
MagickExport MagickBooleanType SetImageProperty(Image *, const char *, const char *)
Definition: property.c:4173
MagickExport char * InterpretImageProperties(const ImageInfo *, Image *, const char *)
MagickExport const char * GetImageProperty(const Image *, const char *)
MagickExport MagickBooleanType DeleteImageProperty(Image *, const char *)
MagickExport void DestroyImageProperties(Image *)
MagickExport char * RemoveImageProperty(Image *, const char *)
Definition: property.c:4092
MagickExport MagickBooleanType CloneImageProperties(Image *, const Image *)
MagickExport void ResetImagePropertyIterator(const Image *)
Definition: property.c:4133