From bf751fa938b4f90ab8de96048561fd375121e934 Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 7 Jul 2011 12:57:22 +0000 Subject: [PATCH] --- MagickCore/colorspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0