From f4d5750739c65f5720870f382f96e4c883ac430c Mon Sep 17 00:00:00 2001 From: Cristy Date: Fri, 3 Feb 2017 14:17:09 -0500 Subject: [PATCH] ... --- MagickCore/channel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MagickCore/channel.c b/MagickCore/channel.c index 304ad44ad..ddfce6dcd 100644 --- a/MagickCore/channel.c +++ b/MagickCore/channel.c @@ -366,8 +366,7 @@ MagickExport Image *ChannelFxImage(const Image *image,const char *expression, break; case AlphaPixelChannel: { - if (image->colorspace != UndefinedColorspace) - destination_image->alpha_trait=BlendPixelTrait; + destination_image->alpha_trait=BlendPixelTrait; break; } case ReadMaskPixelChannel: -- 2.40.0