AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2008.03.25 18:36 "[Tiff] Can't write a BigTIFF file greater than 4 GB", by Audil Virk
2008.03.25 19:04 "Re: [Tiff] Can't write a BigTIFF file greater than 4 GB", by Frank Warmerdam
2008.03.26 19:27 "RE: [Tiff] Can't write a BigTIFF file greater than 4 GB", by Audil Virk
2008.04.20 08:27 "[Tiff] Re: Building and Linking to LibTiff Using Visual", by Essraa A. Abou-Zeid
2008.04.19 10:03 "[Tiff] Building and Linking to LibTiff Using Visual studio.net 2008", by Essraa A. Abou-Zeid
2008.04.19 12:24 "Re: [Tiff] Building and Linking to LibTiff Using Visual studio.net 2008", by Frank Warmerdam
2008.04.19 15:04 "Re: [Tiff] Building and Linking to LibTiff Using Visual studio.net 2008", by Bob Friesenhahn
2008.04.20 13:02 "Re: [Tiff] Re: Building and Linking to LibTiff Using Visual", by Frank Warmerdam
2008.03.27 16:02 "Re: [Tiff] Can't write a BigTIFF file greater than 4 GB", by Phillip Crews

2008.03.27 16:02 "Re: [Tiff] Can't write a BigTIFF file greater than 4 GB", by Phillip Crews

Audil,

Be sure you're using tif_win32.c, and be sure you're writing to an NTFS volume. FAT32 volumes do not support files > 4GB.

- Phillip

I am using the latest build of libtiff tiff-4.0.0alpha on Windows XP 32-bit.

I am performing a test where I write a BigTIFF file that I would like to be greater than 4 GB.

The file size will not go over 4 GB ( 4,194,258 Kbytes).

> I use TIFFOpen with the “w8” parameter.

Strip size is one row.

I write scanlines one at a time using TIFFWriteScanLine and watch the file grow. It always stops at 4 GB.

Any help would be appreciated.

> ------------------------------------------------------------------------