AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2005.12.12 22:19 "[Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.12 22:49 "Re: [Tiff] Writing EXIF data?", by Bob Friesenhahn
2005.12.12 22:57 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.12 23:47 "Re: [Tiff] Writing EXIF data?", by Bob Friesenhahn
2005.12.13 02:15 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.13 05:22 "Re: [Tiff] Writing EXIF data?", by Bob Friesenhahn
2005.12.13 07:43 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.13 08:57 "Re: [Tiff] Writing EXIF data?", by Andrey Kiselev
2005.12.13 16:28 "Re: [Tiff] Writing EXIF data?", by Joris Van Damme
2005.12.13 17:22 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.13 18:16 "Re: [Tiff] Writing EXIF data?", by Bob Friesenhahn
2005.12.13 05:24 "Re: [Tiff] Writing EXIF data?", by Joris Van Damme
2005.12.13 07:49 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.13 15:07 "Re: [Tiff] Writing EXIF data?", by Joris Van Damme
2005.12.13 17:31 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.13 18:08 "Re: [Tiff] Writing EXIF data?", by Joris Van Damme
2005.12.13 18:13 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.13 21:08 "Re: [Tiff] Writing EXIF data?", by Andrey Kiselev
2006.01.01 21:13 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Bob Friesenhahn
2006.01.01 16:57 "[Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Bob Friesenhahn
2006.01.01 18:02 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Bob Friesenhahn
2006.01.01 18:50 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Bob Friesenhahn
2006.01.02 16:08 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Bob Friesenhahn
2006.01.03 00:27 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Jay Berkenbilt
2006.01.03 02:31 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Bob Friesenhahn
2006.01.04 13:23 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Andrey Kiselev
2006.01.04 16:18 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Bob Friesenhahn
2006.01.07 02:59 "Re: [Tiff] Outrageous profile tag sizes reported by libtiff 3.8.0", by Jay Berkenbilt
2006.01.17 07:43 "Re: [Tiff] TiffReadEncodedStrip - problem in Delphi", by Patryk Palasz
2006.01.16 15:10 "[Tiff] TiffReadEncodedStrip - problem in Delphi", by Patryk Palasz
2006.01.16 15:33 "Re: [Tiff] TiffReadEncodedStrip - problem in Delphi", by Bob Friesenhahn
2006.01.17 18:53 "Re: [Tiff] TiffReadEncodedStrip - problem in Delphi", by Joris Van Damme
2006.01.17 20:17 "Re: [Tiff] TiffReadEncodedStrip - problem in Delphi", by Patryk Palasz
2006.01.17 20:31 "Re: [Tiff] TiffReadEncodedStrip - problem in Delphi", by Bob Friesenhahn
2005.12.13 18:16 "Re: [Tiff] Writing EXIF data?", by Joshua Muskovitz
2005.12.13 18:19 "Re: [Tiff] Writing EXIF data?", by Joshua Muskovitz
2005.12.13 20:23 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.13 18:40 "Re: [Tiff] Writing EXIF data?", by Chris Losinger
2005.12.22 19:22 "[Tiff] filtering TIFF tags", by Chris Losinger
2005.12.22 19:41 "Re: [Tiff] filtering TIFF tags", by Joris Van Damme
2005.12.22 19:58 "Re: [Tiff] filtering TIFF tags", by Chris Losinger
2005.12.22 22:02 "Re: [Tiff] filtering TIFF tags", by Frank Warmerdam
2005.12.22 22:46 "Re: [Tiff] filtering TIFF tags", by Bob Friesenhahn
2005.12.23 20:27 "Re: [Tiff] filtering TIFF tags", by Andrey Kiselev
2005.12.13 18:25 "Re: [Tiff] Writing EXIF data?", by Joris Van Damme
2005.12.13 19:49 "Re: [Tiff] Writing EXIF data?", by
2005.12.13 20:27 "Re: [Tiff] Writing EXIF data?", by Joris Van Damme
2005.12.13 21:24 "Re: [Tiff] Writing EXIF data?", by
2005.12.13 20:04 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas
2005.12.13 20:47 "Re: [Tiff] Writing EXIF data?", by Andrey Kiselev

2005.12.23 20:27 "Re: [Tiff] filtering TIFF tags", by Andrey Kiselev

On Thu, Dec 22, 2005 at 05:02:33PM -0500, Frank Warmerdam wrote:

I am concerned about this too. My application can end up re-reading directories quite a bit (as different levels of overviews are accessed for instance) and it seems like the directory reading cost could be quite high.

In addition to "big metadata", I also see this happening with big tile/strip size/offset arrays. In a BigTIFF world, for instance, it would be easy to have files with a million tiles.

It should be pretty easy to make the code that reads custom (ie. generic) tags do so in a lazy fashion. But it could be pretty hard for the tags that are loaded directly into the tiff directory structure as other code then just assumes they can be accessed at will.

Most tags work through the custom path now. Only few essential tags loaded in the directory structure.

Perhaps we could look at doing something for the custom/generic tags first which would solve your problem with big metadata values.

I like the lazy read idea. I will look how it may be implemented, but it will be for the next release, of course.

Regards,

Andrey

--
Andrey V. Kiselev
ICQ# 26871517