]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 5 May 2012 18:36:31 +0000 (18:36 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 5 May 2012 18:36:31 +0000 (18:36 +0000)
MagickCore/composite.c

index ae6b03574c93a12989b66578e92fd09a0e4be363..56db25eba22aede9fcf1ae4fe34df0ea5c7f8bb5 100644 (file)
@@ -699,10 +699,7 @@ MagickExport MagickBooleanType CompositeImage(Image *image,
         channel to exist, to add transparency.
       */
       if (image->matte == MagickFalse)
-        {
-          (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
-          image->matte=MagickFalse;
-        }
+        (void) SetImageAlphaChannel(image,OpaqueAlphaChannel,exception);
       break;
     }
     case BlurCompositeOp: