From: cristy Date: Sat, 16 Aug 2014 17:07:36 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2089 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0246612a6a085fe69e1920c2f62c0f58c05f336;p=imagemagick --- diff --git a/MagickCore/compare.c b/MagickCore/compare.c index f8dd6662e..39037ede1 100644 --- a/MagickCore/compare.c +++ b/MagickCore/compare.c @@ -111,8 +111,7 @@ static inline MagickBooleanType ValidateImageMorphology( /* Does the image match the reconstructed image morphology? */ - if ((image->alpha_trait != reconstruct_image->alpha_trait) || - (image->number_channels != reconstruct_image->number_channels)) + if (image->number_channels != reconstruct_image->number_channels) return(MagickFalse); return(MagickTrue); }