2008.04.22 22:59 "[Tiff] warning message: Line length mismatch", by Philip Watkinson

2008.04.22 23:25 "RE: [Tiff] warning message: Line length mismatch", by Philip Watkinson

The libtiff version is 3.8.2. I also tested with 3.7.1 and it gives the same warning. We do have an our own CCITT Group 4 decompression library. We stopped using it about 1 year ago and started using libtiff because it was not complete and the programmer who wrote it was no longer with us. When I ran it through our own decompression library it decompressed properly.

Philip

You failed to identify the version of libtiff that you are using. There are known to be versions of libtiff which produce this sort of bug. It could also be due to defective TIFF files.

Bob

Getting warning message "Line length mismatch at scanline 112 (got

> 1459, expected 1457)". How does Libtiff handle this problem? Does it
> truncate the

2 dots (1459 - 1457 = 2) and keep going?