]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 16 Nov 2014 12:30:02 +0000 (12:30 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 16 Nov 2014 12:30:02 +0000 (12:30 +0000)
MagickCore/channel.c

index c312a1666e4151dc729d5cb433acb8bbbfeefec3..6a84194d2ea17c966d6ac5c5e18595d3119ea112 100644 (file)
@@ -1151,7 +1151,7 @@ MagickExport MagickBooleanType SetImageAlphaChannel(Image *image,
     {
       status=CompositeImage(image,image,AlphaCompositeOp,MagickTrue,0,0,
         exception);
-      image->alpha_trait=CopyPixelTrait;
+      image->alpha_trait=UndefinedPixelTrait;
       break;
     }
     case OpaqueAlphaChannel: