]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 7 Jul 2011 12:57:22 +0000 (12:57 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 7 Jul 2011 12:57:22 +0000 (12:57 +0000)
MagickCore/colorspace.c

index ae59e9434860d3cc1a736218797bcd8b4ff0bb5b..ce0d66c5999b761ed19e3ae1cb246a7124706349 100644 (file)
@@ -853,7 +853,7 @@ MagickExport MagickBooleanType RGBTransformImage(Image *image,
     case sRGBColorspace:
     {
       /*
-        Linear sRGB to nonlinear RGB (http://www.w3.org/Graphics/Color/sRGB):
+        Nonlinear sRGB to linear RGB (http://www.w3.org/Graphics/Color/sRGB):
 
           R = 1.0*R+0.0*G+0.0*B
           G = 0.0*R+0.1*G+0.0*B