ImageMagick.MagickResourceLimitErrorException
Posted: 2019-01-10T12:03:46-07:00
I am getting this error:
The problem occurs because the 92 page tif has three errors like this on each page:
The number of warning errors is exceeded so that triggers TooManyExceptions errors.
This tiff is generated by third-party software and I have no control over it.
This feature was added as early as version 7.0.7-22. The body of work around this feature was in response to Google's OSS-fuzz project.
How can I turn off this error due to too many warning messages, yet be notified of more severe errors?
I consider this a bug because I can not read the same .tif files I have been reading for at least a year.
I will be happy to donate $100 to get this fixed. One fix would be to allow me to dynamically set the max number (I would set it really high), or to tell the code to suppress reporting of this warning (preferred).
Here are two related external links:
https://stackoverflow.com/questions/54122317
viewtopic.php?t=33989
Code: Select all
ImageMagick.MagickResourceLimitErrorException: 'TooManyExceptions (exception processing is suspended) @ error/exception.c/ThrowException/969'
Code: Select all
{"ASCII value for tag \"Copyright\" does not end in null byte. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/1007"} ImageMagick.MagickException {ImageMagick.MagickCoderWarningException}
This tiff is generated by third-party software and I have no control over it.
This feature was added as early as version 7.0.7-22. The body of work around this feature was in response to Google's OSS-fuzz project.
How can I turn off this error due to too many warning messages, yet be notified of more severe errors?
I consider this a bug because I can not read the same .tif files I have been reading for at least a year.
I will be happy to donate $100 to get this fixed. One fix would be to allow me to dynamically set the max number (I would set it really high), or to tell the code to suppress reporting of this warning (preferred).
Here are two related external links:
https://stackoverflow.com/questions/54122317
viewtopic.php?t=33989