18#ifndef MAGICKCORE_PROPERTY_H
19#define MAGICKCORE_PROPERTY_H
21#if defined(__cplusplus) || defined(c_plusplus)
25extern MagickExport
char
26 *InterpretImageProperties(ImageInfo *,Image *,
const char *,
28 *RemoveImageProperty(Image *,
const char *);
30extern MagickExport
const char
31 *GetNextImageProperty(
const Image *),
32 *GetImageProperty(
const Image *,
const char *,ExceptionInfo *),
33 *GetMagickProperty(ImageInfo *,Image *,
const char *,ExceptionInfo *);
35extern MagickExport MagickBooleanType
36 CloneImageProperties(Image *,
const Image *),
37 DefineImageProperty(Image *,
const char *,ExceptionInfo *),
38 DeleteImageProperty(Image *,
const char *),
39 FormatImageProperty(Image *,
const char *,
const char *,...)
40 magick_attribute((__format__ (__printf__,3,4))),
41 SetImageProperty(Image *,const
char *,const
char *,ExceptionInfo *);
43extern MagickExport
void
44 DestroyImageProperties(Image *),
45 ResetImagePropertyIterator(const Image *);
47#if defined(__cplusplus) || defined(c_plusplus)