18 #ifndef MAGICKCORE_PROPERTY_H
19 #define MAGICKCORE_PROPERTY_H
21 #if defined(__cplusplus) || defined(c_plusplus)
25 extern MagickExport
char
26 *GetNextImageProperty(
const Image *),
28 *RemoveImageProperty(
Image *,
const char *);
30 extern MagickExport
const char
31 *GetImageProperty(
const Image *,
const char *),
34 extern MagickExport MagickBooleanType
36 DefineImageProperty(
Image *,
const char *),
37 DeleteImageProperty(
Image *,
const char *),
38 FormatImageProperty(
Image *,
const char *,
const char *,...)
39 magick_attribute((__format__ (__printf__,3,4))),
40 SetImageProperty(
Image *,const
char *,const
char *);
42 extern MagickExport
void
43 DestroyImageProperties(Image *),
44 ResetImagePropertyIterator(const Image *);
46 #if defined(__cplusplus) || defined(c_plusplus)