2009.05.11 14:58 "[Tiff] How to tell if an image file is a TIFF or PDF", by Navarro, Miguel

2009.05.13 17:58 "[Tiff] 64-bit warnings in tif_lzw", by Edward Lam

Hi,

When I compile libtiff from CVS HEAD using MSVC on 64-bit Windows, I get these warnings in tif_lzw.c:

tif_lzw.c(389): warning C4244: '+=': conversion from 'tmsize_t' to 'long', possible loss of data tif_lzw.c(606): warning C4244: '+=': conversion from 'tmsize_t' to 'long', possible loss of data tif_lzw.c(715): warning C4244: '=': conversion from 'tmsize_t' to 'long', possible loss of data

Regards,

-Edward