18#ifndef MAGICKCORE_PROPERTY_H
19#define MAGICKCORE_PROPERTY_H
21#if defined(__cplusplus) || defined(c_plusplus)
25extern MagickExport
char
26 *GetNextImageProperty(
const Image *),
27 *InterpretImageProperties(
const ImageInfo *,Image *,
const char *),
28 *RemoveImageProperty(Image *,
const char *);
30extern MagickExport
const char
31 *GetImageProperty(
const Image *,
const char *),
32 *GetMagickProperty(
const ImageInfo *,Image *,
const char *);
34extern MagickExport MagickBooleanType
35 CloneImageProperties(Image *,
const Image *),
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 *);
42extern MagickExport
void
43 DestroyImageProperties(Image *),
44 ResetImagePropertyIterator(const Image *);
46#if defined(__cplusplus) || defined(c_plusplus)