]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 23 Apr 2013 12:57:16 +0000 (12:57 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 23 Apr 2013 12:57:16 +0000 (12:57 +0000)
MagickCore/composite.c

index d7e348185cf33afb558c8938f2b5713b9a7ffcf3..b146756254ff9aff051944fd1357e4d0937b98c6 100644 (file)
@@ -2365,7 +2365,8 @@ MagickExport MagickBooleanType TextureImage(Image *image,const Image *texture,
     exception);
   status=MagickTrue;
   if ((image->compose != CopyCompositeOp) &&
-      ((image->compose != OverCompositeOp) || (image->alpha_trait == BlendPixelTrait) ||
+      ((image->compose != OverCompositeOp) ||
+       (image->alpha_trait == BlendPixelTrait) ||
        (texture_image->alpha_trait == BlendPixelTrait)))
     {
       /*