]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 9 Mar 2013 15:08:20 +0000 (15:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 9 Mar 2013 15:08:20 +0000 (15:08 +0000)
MagickCore/composite.c

index 65cf75a26efe58c6431db0fcc05531f6b7cf431d..6aa8439d5206327f43c3d99353d11944aec6a4b5 100644 (file)
@@ -585,7 +585,7 @@ MagickExport MagickBooleanType CompositeImage(Image *image,
   (void) SetImageColorspace(composite_image,image->colorspace,exception);
   if ((image->alpha_trait == BlendPixelTrait) &&
       (composite_image->alpha_trait != BlendPixelTrait))
-    SetImageAlphaChannel(composite_image,SetAlphaChannel,exception);
+    (void) SetImageAlphaChannel(composite_image,SetAlphaChannel,exception);
   if ((compose == OverCompositeOp) || (compose == SrcOverCompositeOp))
     {
       status=CompositeOverImage(image,composite_image,clip_to_self,x_offset,