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
January 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.01.31 10:53 "Interpreting SubIFDs tag", by <mikk@go2.pl>
2007.01.31 17:23 "Re: Interpreting SubIFDs tag", by Joris Van Damme
2007.02.01 09:42 "Re: Interpreting SubIFDs tag", by Gerben Vos
2007.02.01 18:32 "Re: Interpreting SubIFDs tag", by Joris Van Damme
2007.01.31 18:06 "Re: Interpreting SubIFDs tag", by Phil Harvey
2007.01.31 19:24 "Re: Interpreting SubIFDs tag", by Phil Harvey
2007.01.31 19:54 "Re: Interpreting SubIFDs tag", by Joris Van Damme
2007.01.31 22:24 "Re: Interpreting SubIFDs tag", by Ed Grissom
2007.02.01 18:17 "Re: Interpreting SubIFDs tag", by Phil Harvey
2007.02.01 18:34 "Re: Interpreting SubIFDs tag", by Joris Van Damme
2007.02.01 18:48 "Re: Interpreting SubIFDs tag", by Phil Harvey
2007.02.01 19:00 "Re: Interpreting SubIFDs tag", by Joris Van Damme
2007.02.01 19:36 "Re: Interpreting SubIFDs tag", by Phil Harvey
2007.02.01 20:02 "Re: Interpreting SubIFDs tag", by Joris Van Damme
2007.02.01 23:14 "Re: get tifftag_geoasciiparams string", by Phil Harvey
2007.02.02 00:07 "Re: get tifftag_geoasciiparams string", by Phil Harvey
2007.02.01 15:46 "Re: Interpreting SubIFDs tag", by Phil Harvey

2007.01.31 22:24 "Re: Interpreting SubIFDs tag", by Ed Grissom

TIFFers

Here is the document that invented the SubIFD concept -- this is the
"Tiff Trees" approach.
(http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf)

It clearly states in the final paragraph that each SubIFD value is to be
considered a pointer to the first IFD in a list of IFDs.

Consider that instead of a single thumbnail, you might have a full set
of reduced resolution versions of the main image.   This is typically
used for LARGE raster files to provide fast zooming capabilities.


-- 
ed grissom
ed.grissom@intergraph.com




-----Original Message-----
From: tiff-bounces@lists.maptools.org
[mailto:tiff-bounces@lists.maptools.org] On Behalf Of mikk
Sent: Wednesday, January 31, 2007 4:54 AM
To: tiff@lists.maptools.org
Subject: [Tiff] Interpreting SubIFDs tag

Hello all,
I'm a bit confused with interpreting SubIFDs tag value.

Each value of N values in SubIFDs tag is an offset (from the beginning 
of the TIFF file, as always) to a child IFD. But is each value of N 
values an offset to a single child IFD, or to the first IFD from a 
linked list of IFDs? When I read each of these N child IFDs, am I 
supposed to interpret NextIFDOffset field and read next directory from 
this position for each of child IFDs?

Could anyone put some light on this, please?

Thanks in advance, kind regards,

mikk