| 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.09.17 13:11 "Re: BigTIFF Tag Value Count issue", by Frank WarmerdamJoris, I don't see any compelling reason libtiff could not be made to support bigtiff files smaller than 4GB on machines without a 64bit integer type. I would forsee the toff_t (and possibly tsize_t) types being 64 bits on platforms that allow it and 32bit otherwise. The code that reads the tags would need a special case for non-64bit-int platforms to downcast the values and throw some sort of error if there are any values that don't fit in a 32bit value. While I imagine it will be some time till BigTIFF support catches on for general use, I would not want to preclude it's use in all environments. 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 |
|||||||