From: cristy Date: Tue, 16 Dec 2014 01:36:30 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1630 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5584d045a9f06e66cd8295bbdfec887e5659145;p=imagemagick --- diff --git a/MagickCore/pixel.c b/MagickCore/pixel.c index 348757434..79d9c691f 100644 --- a/MagickCore/pixel.c +++ b/MagickCore/pixel.c @@ -6155,7 +6155,7 @@ MagickExport void SetPixelChannelMask(Image *image, } SetPixelChannelTraits(image,AlphaPixelChannel, GetChannelBit(channel_mask,AlphaPixelChannel) == 0 ? CopyPixelTrait : - image->alpha_trait &~ BlendPixelTrait); + image->alpha_trait); if (image->storage_class == PseudoClass) SetPixelChannelTraits(image,IndexPixelChannel,CopyPixelTrait); if (image->read_mask != MagickFalse)