From: anthony Date: Tue, 24 Apr 2012 05:35:44 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43054ce54d83d426d064b7f66bc6bd4d9eacf9bd;p=imagemagick --- diff --git a/MagickWand/magick-image.c b/MagickWand/magick-image.c index 5923ec36e..b9a69f446 100644 --- a/MagickWand/magick-image.c +++ b/MagickWand/magick-image.c @@ -9184,7 +9184,8 @@ WandExport MagickBooleanType MagickSetImageColormapColor(MagickWand *wand, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% MagickSetImageColorspace() sets the image colorspace. +% MagickSetImageColorspace() sets the image colorspace. But does not modify +% the image data. % % The format of the MagickSetImageColorspace method is: % @@ -11763,7 +11764,9 @@ WandExport MagickWand *MagickTransformImage(MagickWand *wand, % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % -% MagickTransformImageColorspace() transform the image colorspace. +% MagickTransformImageColorspace() transform the image colorspace, setting +% the images colorspace while transforming the images data to that +% colorspace. % % The format of the MagickTransformImageColorspace method is: % @@ -11774,11 +11777,12 @@ WandExport MagickWand *MagickTransformImage(MagickWand *wand, % % o wand: the magick wand. % -% o colorspace: the image colorspace: UndefinedColorspace, RGBColorspace, -% GRAYColorspace, TransparentColorspace, OHTAColorspace, XYZColorspace, -% YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, -% YPbPrColorspace, YUVColorspace, CMYKColorspace, sRGBColorspace, -% HSLColorspace, or HWBColorspace. +% o colorspace: the image colorspace: UndefinedColorspace, +% sRGBColorspace, RGBColorspace, GRAYColorspace, +% OHTAColorspace, XYZColorspace, YCbCrColorspace, +% YCCColorspace, YIQColorspace, YPbPrColorspace, +% YPbPrColorspace, YUVColorspace, CMYKColorspace, +% HSLColorspace, HWBColorspace. % */ WandExport MagickBooleanType MagickTransformImageColorspace(MagickWand *wand,