summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2020-12-06 23:23:38 +0000
committerCristy <urban-warrior@imagemagick.org>2020-12-06 23:23:51 +0000
commit6b62c9c7ab58b73ec7ab7a20d0fd95686a549bd8 (patch)
treea01a4d94a710f45e409cf85e7697ec6c212405bd
parent6172071af83daba4c60ee619f8e42a615328ac87 (diff)
downloadImageMagick-6b62c9c7ab58b73ec7ab7a20d0fd95686a549bd8.tar.gz
...
-rw-r--r--MagickWand/magick-property.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/MagickWand/magick-property.c b/MagickWand/magick-property.c
index 4e2589197..fb0bc3ca2 100644
--- a/MagickWand/magick-property.c
+++ b/MagickWand/magick-property.c
@@ -2210,13 +2210,17 @@ WandExport MagickBooleanType MagickSetGravity(MagickWand *wand,
% %
% %
% %
-% M a g i c k S e t I m a g e A r t i f r c t %
+% M a g i c k S e t I m a g e A r t i f a c t %
% %
% %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-% MagickSetImageArtifact() associates a artifact with an image.
+% MagickSetImageArtifact() sets a key-value pair in the image artifact
+% namespace. Artifacts differ from properties. Properties are public and are
+% generally exported to an external image format if the format supports it.
+% Artifacts are private and are utilized by the internal ImageMagick API to
+% modify the behavior of certain algorithms.
%
% The format of the MagickSetImageArtifact method is:
%