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 2007

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

2007.08.03 17:30 "bug? copying tiled tiffs over 2GB seems to break", by <jcupitt@gmail.com>
2007.08.03 18:07 "Re: bug? copying tiled tiffs over 2GB seems to break", by <jcupitt@gmail.com>
2007.08.03 18:10 "Re: bug? copying tiled tiffs over 2GB seems to break", by <jcupitt@gmail.com>
2007.08.03 19:12 "Re: bug? copying tiled tiffs over 2GB seems to break", by Frank Warmerdam
2007.08.06 11:31 "Re: bug? copying tiled tiffs over 2GB seems to break", by <jcupitt@gmail.com>

2007.08.06 11:31 "Re: bug? copying tiled tiffs over 2GB seems to break", by <jcupitt@gmail.com>

I've looked into this a little more. Here's a slightly simpler test program:

  http://www.vips.ecs.soton.ac.uk/vips-7.11/repeat.c

It makes an n-page TIFF file by repeatedly copying a single tiled
tiff. As soon as you go over 2GB, the output file becomes unreadable.

This is with standard ubuntu libtiff (3.8.2 at the moment I think).
The problem is also present in tiff 4.0 alpha. It seems to affect
32-bit and 64-bit machines.

John