From 6b62c9c7ab58b73ec7ab7a20d0fd95686a549bd8 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 6 Dec 2020 23:23:38 +0000 Subject: ... --- MagickWand/magick-property.c | 8 ++++++-- 1 file 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: % -- cgit v1.2.3