From: anthony Date: Wed, 4 Apr 2012 02:18:59 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5900 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a832ab985de7e6624d5ec369d1e2699bbc935a1a;p=imagemagick --- diff --git a/MagickCore/colorspace.c b/MagickCore/colorspace.c index 957f0e0ea..36aedb73e 100644 --- a/MagickCore/colorspace.c +++ b/MagickCore/colorspace.c @@ -2276,10 +2276,7 @@ MagickExport MagickBooleanType TransformRGBImage(Image *image, { /* Nonlinear sRGB to linear RGB. - - R = 1.0*R+0.0*G+0.0*B - G = 0.0*R+1.0*G+0.0*B - B = 0.0*R+0.0*G+1.0*B + Mostly removal of a gamma function, but with a linear component */ #if defined(MAGICKCORE_OPENMP_SUPPORT) #pragma omp parallel for schedule(static)