From: Cristy Date: Wed, 25 Apr 2018 12:55:16 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-29~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=845bd367b2d801c422b7759034d334a5b1d8e009;p=imagemagick ... --- 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) ||