-
-
Notifications
You must be signed in to change notification settings - Fork 711
Open
Labels
Description
libtiff 4.7 has changed the error return from some functions -- functions like TIFFReadScanline()
can now fail for non-fatal errors.
We should probably watch error returns and either continue or fail depending on the fail-on
setting.
See: #4319