From: cristy Date: Fri, 19 Dec 2014 01:14:38 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1595 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c4d6496ef89067c8b973a3d7ab369dd2d8c25cd;p=imagemagick --- diff --git a/MagickCore/pixel.c b/MagickCore/pixel.c index 7b84105bc..430c0834d 100644 --- a/MagickCore/pixel.c +++ b/MagickCore/pixel.c @@ -6150,7 +6150,7 @@ MagickExport void SetPixelChannelMask(Image *image, if (channel == AlphaPixelChannel) SetPixelChannelTraits(image,channel, GetChannelBit(channel_mask,channel) == 0 ? CopyPixelTrait : - image->alpha_trait &~ BlendPixelTrait); + image->alpha_trait); else SetPixelChannelTraits(image,channel, GetChannelBit(channel_mask,channel) == 0 ? CopyPixelTrait :