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 CloneImageArtifacts(Image *, const Image *)
MagickExport char * RemoveImageArtifact(Image *, const char *)
Definition: artifact.c:352
MagickExport MagickBooleanType DefineImageArtifact(Image *, const char *)
MagickExport MagickBooleanType SetImageArtifact(Image *, const char *, const char *)
Definition: artifact.c:434
MagickExport char * GetNextImageArtifact(const Image *)
MagickExport void ResetImageArtifactIterator(const Image *)
Definition: artifact.c:392
MagickExport void DestroyImageArtifacts(Image *)
MagickExport const char * GetImageArtifact(const Image *, const char *)
Definition: artifact.c:266
MagickExport MagickBooleanType DeleteImageArtifact(Image *, const char *)
MagickBooleanType
Definition: magick-type.h:199
#define MagickExport
Definition: method-attribute.h:80