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 a993d5d commit dfe1ba8Copy full SHA for dfe1ba8
coders/pnm.c
@@ -1345,12 +1345,6 @@ static Image *ReadPNMImage(const ImageInfo *image_info,ExceptionInfo *exception)
1345
comment_info.comment=DestroyString(comment_info.comment);
1346
if (y < (ssize_t) image->rows)
1347
ThrowPNMException(CorruptImageError,"UnableToReadImageData");
1348
- if (EOFBlob(image) != MagickFalse)
1349
- {
1350
- (void) ThrowMagickException(exception,GetMagickModule(),
1351
- CorruptImageError,"UnexpectedEndOfFile","`%s'",image->filename);
1352
- break;
1353
- }
1354
/*
1355
Proceed to next image.
1356
*/
0 commit comments