From f64af9f814b1f658839a678c8cc1310e5d2bc3b4 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 23 Oct 2013 01:10:37 +0000 Subject: [PATCH] --- coders/xc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/xc.c b/coders/xc.c index 134179276..8952bb9f0 100644 --- a/coders/xc.c +++ b/coders/xc.c @@ -138,7 +138,7 @@ static Image *ReadXCImage(const ImageInfo *image_info,ExceptionInfo *exception) } } if (IsGrayColorspace(pixel.colorspace) != MagickFalse) - image->intensity=Rec601LuminancePixelIntensityMethod; + image->intensity=Rec709LumaPixelIntensityMethod; (void) SetImageColorspace(image,pixel.colorspace,exception); image->alpha_trait=pixel.alpha_trait; for (y=0; y < (ssize_t) image->rows; y++) -- 2.49.0