]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 25 Aug 2014 12:28:56 +0000 (12:28 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 25 Aug 2014 12:28:56 +0000 (12:28 +0000)
MagickCore/compare.c

index c4e903bdc56241aa49359f8eb2345f9f5bed0666..1a0cc55c66c01ff0bf7488eae31e650c9acc247d 100644 (file)
@@ -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);
 }