From c96f3fa1d56762de873392ef26101f57e3ad0c26 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 23 Oct 2013 18:18:04 +0000 Subject: [PATCH] --- coders/gradient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/gradient.c b/coders/gradient.c index e01da8b4c..a83380ca8 100644 --- a/coders/gradient.c +++ b/coders/gradient.c @@ -133,7 +133,7 @@ static Image *ReadGRADIENTImage(const ImageInfo *image_info, icc_color=MagickTrue; } if (IsGrayColorspace(start_color.colorspace) != MagickFalse) - image->intensity=Rec601LuminancePixelIntensityMethod; + image->intensity=Rec709LumaPixelIntensityMethod; (void) SetImageColorspace(image,start_color.colorspace,exception); status=QueryColorCompliance(colorname,AllCompliance,&start_color,exception); if (status == MagickFalse) -- 2.40.0