From d4b6ae2ee9100e04f0a8bc1174c6fe2fa5026340 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 24 Aug 2017 15:29:12 -0400 Subject: [PATCH] Revert patch from https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32484 --- MagickCore/channel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/MagickCore/channel.c b/MagickCore/channel.c index 3f802419e..07c15d613 100644 --- a/MagickCore/channel.c +++ b/MagickCore/channel.c @@ -731,7 +731,6 @@ MagickExport Image *SeparateImage(const Image *image, separate_image=DestroyImage(separate_image); return((Image *) NULL); } - separate_image->intensity=Rec709LuminancePixelIntensityMethod; separate_image->alpha_trait=UndefinedPixelTrait; (void) SetImageColorspace(separate_image,GRAYColorspace,exception); /* -- 2.50.1