| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2004.02.13 19:11 "Re: Photoshop 8.0 and libtiff", by Don EllisJust finished some more testing of tiff files larger than 2 GB and this is what I have found. For MS Visual C++ and running on Windows 2000, you just have to change tsize_t to __int64 and recompile to be able to use libtiff on files from 2 GB to 4 GB. For gcc and running Redhat Linux 9.0, you need to change tsize_t from int32 to int64_t and recompile with -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE. This allows all the "tools" to handle TIFF files up to 4 GB, at least for these OSs and compilers. Donald Ellis |
|||||||