MagickCore  6.7.5
artifact.c File Reference
Include dependency graph for artifact.c:

Go to the source code of this file.

Functions

MagickExport MagickBooleanType CloneImageArtifacts (Image *image, const Image *clone_image)
MagickExport MagickBooleanType DefineImageArtifact (Image *image, const char *artifact)
MagickExport MagickBooleanType DeleteImageArtifact (Image *image, const char *artifact)
MagickExport void DestroyImageArtifacts (Image *image)
MagickExport const char * GetImageArtifact (const Image *image, const char *artifact)
MagickExport char * GetNextImageArtifact (const Image *image)
MagickExport char * RemoveImageArtifact (Image *image, const char *artifact)
MagickExport void ResetImageArtifactIterator (const Image *image)
MagickExport MagickBooleanType SetImageArtifact (Image *image, const char *artifact, const char *value)

Function Documentation

MagickExport MagickBooleanType DefineImageArtifact ( Image image,
const char *  artifact 
)

Definition at line 143 of file artifact.c.

References MaxTextExtent, CopyMagickString(), and SetImageArtifact().

MagickExport MagickBooleanType DeleteImageArtifact ( Image image,
const char *  artifact 
)
MagickExport void DestroyImageArtifacts ( Image image)
MagickExport char* GetNextImageArtifact ( const Image image)
MagickExport char* RemoveImageArtifact ( Image image,
const char *  artifact 
)
MagickExport void ResetImageArtifactIterator ( const Image image)