]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Tue, 22 Oct 2019 11:50:26 +0000 (07:50 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 22 Oct 2019 11:50:26 +0000 (07:50 -0400)
coders/miff.c

index 3ee3e9dcb08cb45503e0d97c444880a4befd46e5..080998b660ceefa44b2d4b15999e3fd71dbbba3f 100644 (file)
@@ -1115,7 +1115,7 @@ static Image *ReadMIFFImage(const ImageInfo *image_info,
         (image->compression == UndefinedCompression) ||
         (image->colorspace == UndefinedColorspace) ||
         (image->columns == 0) || (image->rows == 0) ||
-        (image->depth == 0) || (image->depth > 32))
+        (image->depth == 0) || (image->depth > 64))
       {
         if (profiles != (LinkedListInfo *) NULL)
           profiles=DestroyLinkedList(profiles,RelinquishMagickMemory);