I have updated the dll's to newer version from 6.8.2-4 to 6.8.7-9
https://www.dropbox.com/s/3v0q4lht8n98wym/Page.tif
For the attached image with the newer version its throwing the Exception for image.read fuction
Where as it used to work fine with older.
Is there any modification in this regard.
Should i handle this error exception or can i ignore that .
The exception its showing as Codererror with message "Uncompressed data (not supported) at line 680 of strip 0 (x 82). `Fax4Decode' @ error/tiff.c/TIFFErrors/561*"
Image read throwing an exception with 6.8.7-9
-
- Posts: 38
- Joined: 2013-09-27T04:00:05-07:00
- Authentication code: 6789
Re: Image read throwing an exception with 6.8.7-9
The exception is thrown by the TIFF delegate library. It suggests the image pixel data is corrupted. Only you can decide if the corruption is worthy of ignoring. We get further warnings with this image:
- display: Bad code word at line 649 of strip 0 (x 855). `Fax4Decode' @ error/tiff.c/TIFFErrors/561.
display: Premature EOL at line 649 of strip 0 (got 855, expected 1710). `Fax4Decode' @ warning/tiff.c/TIFFWarnings/842.
display: Bad code word at line 651 of strip 0 (x 515). `Fax4Decode' @ error/tiff.c/TIFFErrors/561.
display: Premature EOL at line 651 of strip 0 (got 515, expected 1710). `Fax4Decode' @ warning/tiff.c/TIFFWarnings/842.
display: Bad code word at line 663 of strip 0 (x 552). `Fax4Decode' @ error/tiff.c/TIFFErrors/561.
display: Premature EOL at line 663 of strip 0 (got 552, expected 1710). `Fax4Decode' @ warning/tiff.c/TIFFWarnings/842.
display: Uncompressed data (not supported) at line 680 of strip 0 (x 82). `Fax4Decode' @ error/tiff.c/TIFFErrors/561.
display: Premature EOL at line 680 of strip 0 (got 82, expected 1710). `Fax4Decode' @ warning/tiff.c/TIFFWarnings/842.
display: Line length mismatch at line 693 of strip 0 (got 1711, expected 1710). `Fax4Decode' @ warning/tiff.c/TIFFWarnings/842.
-
- Posts: 38
- Joined: 2013-09-27T04:00:05-07:00
- Authentication code: 6789
Re: Image read throwing an exception with 6.8.7-9
I Can ignore the warnings but Can't ignore the errors.
If I want to ignore them is there any specific level of errors that can be ignored?
I have not faced these errors in 6.8.7-9.
If I want to ignore them is there any specific level of errors that can be ignored?
I have not faced these errors in 6.8.7-9.