| 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.05.19 16:56 "Re: Images larger than 2 gigabytes", by Frank WarmerdamBen Harper wrote: > Hi All- > I'm trying to use libtiff to handle images that exceed 2 gigabytes, > but it appears that the library is unable to read files of that size. > Is this true? I cannot find any postings or documentation > on the limits of the library. Could somebody please clarify this > for me so that I can either fix the problem or abandon this effort. > I do believe that I could try redefining toff_t and some others to > __int64, and replacing GetFileSize with GetFileSizeEx, etc, etc, > but I'm not certain if the whole library is geared for that. Ben, TIFF only supports files up to 4GB. Libtiff should support files of up to 4GB on most platforms, using an "unsigned long" for toff_t. It is required that an appropriate low level 64 bit file access API be used as is done in tif_win32.c. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@pobox.com light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | Geospatial Programmer for Rent |
|||||||