8000
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.
libtiff 4.7 has changed the error return from some functions -- functions like TIFFReadScanline() can now fail for non-fatal errors.
TIFFReadScanline()
We should probably watch error returns and either continue or fail depending on the fail-on setting.
fail-on
See: #4319