AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
June 2009

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2009.06.30 13:20 "Errors parsing TIFF/GeoTIFF files greater than 2GB", by Jim Richmond
2009.06.30 13:28 "Re: Errors parsing TIFF/GeoTIFF files greater than 2GB", by Frank Warmerdam
2009.06.30 13:34 "Re: Errors parsing TIFF/GeoTIFF files greater than 2GB", by Jim Richmond
2009.06.30 13:56 "Re: Errors parsing TIFF/GeoTIFF files greater than 2GB", by Frank Warmerdam
2009.06.30 14:24 "Re: Errors parsing TIFF/GeoTIFF files greater than 2GB", by <jcupitt@gmail.com>
2009.06.30 14:26 "Re: Errors parsing TIFF/GeoTIFF files greater than 2GB", by <jcupitt@gmail.com>

2009.06.30 13:20 "Errors parsing TIFF/GeoTIFF files greater than 2GB", by Jim Richmond

Hi, we're using version 3.8.2 of the TIFF library (I think we'd
downloaded it from remotesensing.org) and are running into
problems parsing files greater than 2GB.  This is the first time that
we've ever dealt with files greater than this size.  Here's
the portion of our C++ code (it's been untouched for many years).

TIFF  *TIFFPtr = (TIFF *)0;

TIFFPtr = XTIFFOpen (imageFilename, "r");
retCode = TIFFGetField(TIFFPtr,  TIFFTAG_IMAGEWIDTH,  &myImageWidth);

It looks like either the call to XTIFFOpen is returning a null pointer
or the call to TIFFGetField is returning a value of FALSE.  I've seen 
references in the archives to other people with similar issues, but was
wondering if there is some type of configuration value
that I can change in version 3.8.2 to get this to work. Thanks!

Jim Richmond
700 N. Frederick Ave. 181/2Y06
Gaithersburg, MD 20879
Phone 301-240-4982 Fax 301-240-7190
jim.richmond@lmco.com