From: cristy Date: Thu, 7 Jul 2011 12:57:22 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf751fa938b4f90ab8de96048561fd375121e934;p=imagemagick --- diff --git a/MagickCore/colorspace.c b/MagickCore/colorspace.c index ae59e9434..ce0d66c59 100644 --- a/MagickCore/colorspace.c +++ b/MagickCore/colorspace.c @@ -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