]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Tue, 24 Apr 2012 05:35:44 +0000 (05:35 +0000)
committeranthony <anthony@git.imagemagick.org>
Tue, 24 Apr 2012 05:35:44 +0000 (05:35 +0000)
MagickWand/magick-image.c

index 5923ec36e527c34649d52c617083ef1b4dabeafa..b9a69f446dec16b644b91db22f473e45057da949 100644 (file)
@@ -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,