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
August 2010

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

2010.08.06 15:05 "tiff4 on 32-bit Windows", by <jcupitt@gmail.com>
2010.08.06 15:21 "Re: tiff4 on 32-bit Windows", by Bob Friesenhahn
2010.08.06 15:57 "Re: tiff4 on 32-bit Windows", by <jcupitt@gmail.com>
2010.08.06 16:24 "Re: tiff4 on 32-bit Windows", by Edward Lam
2010.08.06 16:51 "Re: tiff4 on 32-bit Windows", by Bob Friesenhahn
2010.08.06 16:38 "Re: tiff4 on 32-bit Windows", by Bob Friesenhahn
2010.08.09 12:59 "Re: tiff4 on 32-bit Windows", by <jcupitt@gmail.com>
2010.08.06 15:37 "Re: tiff4 on 32-bit Windows", by Olivier Paquet
2010.08.06 18:21 "Re: tiff4 on 32-bit Windows", by Toby Thain
2010.08.07 06:34 "tiffcp crashes on planar to strip conversion for < 8 bit", by Andreas Kleinert
2010.08.07 06:36 "Re: tiffcp crashes on tile to strip conversion for < 8 bit", by Andreas Kleinert
2010.08.15 04:45 "Re: tiffcp crashes on planar to strip conversion for < 8 bit", by Lee Howard

2010.08.06 15:57 "Re: tiff4 on 32-bit Windows", by <jcupitt@gmail.com>

On 6 August 2010 16:21, Bob Friesenhahn <bfriesen@simple.dallas.tx.us> wrote:
>> tiff4 seems to work well on my usual machine (64-bit linux), but I'm
>> having trouble creating files over 4GB with a 32-bit Windows binary.
>
> Are you using tif_unix.c or tif_win32.c for I/O?

Drat, I'd totally forgotten about that, thank you Bob.

I tried with -DUSE_WIN32_FILEIO and I still get

TIFFAppendToStrip: Maximum TIFF file size exceeded

at the 4gb mark. I'm now wondering if it's a compiler bug (I'm stuck
on gcc3.4). More digging!

John