18 #ifndef MAGICKCORE_ARTIFACT_H
19 #define MAGICKCORE_ARTIFACT_H
21 #if defined(__cplusplus) || defined(c_plusplus)
42 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport MagickBooleanType DeleteImageArtifact(Image *image, const char *artifact)
Definition: artifact.c:194
MagickExport MagickBooleanType DefineImageArtifact(Image *image, const char *artifact)
Definition: artifact.c:147
MagickExport MagickBooleanType SetImageArtifact(Image *image, const char *artifact, const char *value)
Definition: artifact.c:431
MagickExport const char * GetImageArtifact(const Image *image, const char *artifact)
Definition: artifact.c:266
MagickExport void ResetImageArtifactIterator(const Image *image)
Definition: artifact.c:392
MagickBooleanType
Definition: magick-type.h:198
MagickExport void DestroyImageArtifacts(Image *image)
Definition: artifact.c:229
MagickExport char * RemoveImageArtifact(Image *image, const char *artifact)
Definition: artifact.c:352
MagickExport char * GetNextImageArtifact(const Image *image)
Definition: artifact.c:316
MagickExport MagickBooleanType CloneImageArtifacts(Image *image, const Image *clone_image)
Definition: artifact.c:100
#define MagickExport
Definition: method-attribute.h:80