From: cristy Date: Mon, 25 Aug 2014 12:28:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2070 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556c13e98342ae2cf632519a14a83ffee1941169;p=imagemagick --- diff --git a/MagickCore/compare.c b/MagickCore/compare.c index c4e903bdc..1a0cc55c6 100644 --- a/MagickCore/compare.c +++ b/MagickCore/compare.c @@ -130,8 +130,6 @@ static inline MagickBooleanType ValidateImageMorphology( /* Does the image match the reconstructed image morphology? */ - if (GetImageChannels(image) != GetImageChannels(reconstruct_image)) - return(MagickFalse); return(MagickTrue); }