From: Cristy Date: Fri, 3 Feb 2017 19:17:09 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.4-7~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4d5750739c65f5720870f382f96e4c883ac430c;p=imagemagick ... --- 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: