We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd7112 commit 8035581Copy full SHA for 8035581
coders/tiff.c
@@ -2011,6 +2011,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info,
2011
/*
2012
Convert generic TIFF image.
2013
*/
2014
+ (void) SetImageStorageClass(image,DirectClass,exception);
2015
if (HeapOverflowSanityCheck(image->rows,sizeof(*pixels)) != MagickFalse)
2016
ThrowTIFFException(ResourceLimitError,"MemoryAllocationFailed");
2017
number_pixels=(MagickSizeType) image->columns*image->rows;
0 commit comments