From: cristy Date: Mon, 17 Nov 2014 23:23:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b08cbbeb567f759a441fc76165b810156a2de242;p=imagemagick --- diff --git a/MagickCore/channel.c b/MagickCore/channel.c index a1b8873d0..6a84194d2 100644 --- a/MagickCore/channel.c +++ b/MagickCore/channel.c @@ -1151,6 +1151,7 @@ MagickExport MagickBooleanType SetImageAlphaChannel(Image *image, { status=CompositeImage(image,image,AlphaCompositeOp,MagickTrue,0,0, exception); + image->alpha_trait=UndefinedPixelTrait; break; } case OpaqueAlphaChannel: