#8 closed defect (fixed)
libtiff package does not support large files
Reported by: | warmerdam | Owned by: | warmerdam |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | libtiff | |
Cc: | gpotts |
Description
Garrett reports that the libtiff package (libtiff-4.0.0dev-1) does not support large files (larger than 2GB or perhaps 4GB). Likely it needs to be recompiled to use tif_win32.c (or perhaps tif_unix.c?).
This does not affect GDAL which uses it's own file io layer, but does affect stuff like tiffcp.
Change History (2)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Component: | Documentation → Package |
---|
Note:
See TracTickets
for help on using tickets.
I have rebuilt the libtiff packages from CVS head, and changed the nmake.opt file to use tif_win32.c instead of tif_unix.c. I have confirmed that tiffcp now works on >4gb files.
http://download.osgeo.org/osgeo4w/release/libtiff/libtiff-4.0.0dev-3.tar.bz2
http://download.osgeo.org/osgeo4w/release/libtiff/libtiff-bin/libtiff-bin-4.0.0dev-3.tar.bz2
http://download.osgeo.org/osgeo4w/release/libtiff/libtiff-devel/libtiff-devel-4.0.0dev-3.tar.bz2