From 845bd367b2d801c422b7759034d334a5b1d8e009 Mon Sep 17 00:00:00 2001 From: Cristy Date: Wed, 25 Apr 2018 08:55:16 -0400 Subject: [PATCH] ... --- coders/miff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/miff.c b/coders/miff.c index 8ec0a4565..6e40a9d34 100644 --- a/coders/miff.c +++ b/coders/miff.c @@ -1112,7 +1112,7 @@ static Image *ReadMIFFImage(const ImageInfo *image_info, /* Verify that required image information is defined. */ - if ((LocaleCompare(id,"ImageMagick") != 0) || (image->depth > 128) || + if ((LocaleCompare(id,"ImageMagick") != 0) || (image->depth > 64) || (image->storage_class == UndefinedClass) || (image->compression == UndefinedCompression) || (image->colorspace == UndefinedColorspace) || -- 2.40.0