From df492bcd8dc649ed66f535e18da2f539f0c714a2 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 13 Aug 2014 10:51:08 +0000 Subject: [PATCH] --- MagickCore/compare.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MagickCore/compare.c b/MagickCore/compare.c index 75dece74a..f8dd6662e 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->storage_class != reconstruct_image->storage_class) || - (image->alpha_trait != reconstruct_image->alpha_trait) || + if ((image->alpha_trait != reconstruct_image->alpha_trait) || (image->number_channels != reconstruct_image->number_channels)) return(MagickFalse); return(MagickTrue); -- 2.50.1