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
March 2004

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

2004.03.01 20:10 "Hello world", by <xevit@isildur.homelinux.net>
2004.03.01 22:10 "Re: Hello world", by Chris Cox
2004.03.02 23:14 "Re: Hello world", by <xevit@isildur.homelinux.net>
2004.03.02 23:16 "Re: Hello world", by Pushkar Pradhan
2004.03.03 11:16 "Re: Hello world", by Gerben Vos
2004.03.03 12:02 "Re: Hello world", by Rob Tillaart
2004.03.03 14:18 "Re: Hello world", by Frank Warmerdam

2004.03.02 23:14 "Re: Hello world", by <xevit@isildur.homelinux.net>

Chris Cox wrote:

> TIFF cannot support any file over 4 Gig.

Yes I know this ( I've read Tiff spec from adobe PDF ). I want to 
implement a format using XML and some Tiff files to reach 4Gb.
But this is not my main problem.

My problem is that when I'm working on a big TIFF file ( tile based ) I 
want to read and write simultaneous to the same file, to change small 
portions of my bigImage.
For example, if I've a big image ( 1'5 GB ) and I want to modify a a 
single tile, I can't do that without rewriting all image.

Can you or anybody tell me a way to avoid the rewriting of the entire file?
Thanks Chris.