
Thread
2009.08.27 19:01 "Re: [Tiff] Libtiff 4.4.0beta4 Released", by Edward Lam
The most common problem is with code which assumes that a returned file offset or size can be stored in a 32-bit type.
Are there tag values that have been changed from 32-bit to 64-bit? Does it still work if we call something like:
TIFFSetField(myTiff, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
where rowsperstrip is a 32-bit integer?
Thanks,
-Edward