2010.02.11 21:56 "[Tiff] TIFF and IJG JPEG 8", by Bob Friesenhahn

2010.03.18 02:40 "Re: [Tiff] TIFFVStripSize overflow, JPEG decoding", by Olivier Paquet

On Wed, Mar 17, 2010 at 8:15 PM, Adam Goode <adam@spicenitz.org> wrote:

I already tried using libtiff 4.0.2 to read the header and encountered the same overflow message. what I can tell TIFFVStripSize still uses 32-bit representation in 4.0.2.  From

Interesting, I did get tiffinfo from CVS to read the header. Possibly there was some fix there not in the beta, or possibly it was because I compiled it on a 64-bit machine?

Yes, TIFFVStripSize returns tmsize_t which is pointer sized. So it will be fine on 64-bit systems with libtiff 4.

Olivier