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 2006

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

2006.01.10 07:41 "Incorrect IFD???", by Thomas Oldenkott
2006.01.10 08:03 "Re: Incorrect IFD???", by Joris Van Damme
2006.01.10 17:54 "Re: Incorrect IFD???", by <melser.anton@gmail.com>

2006.01.10 08:03 "Re: Incorrect IFD???", by Joris Van Damme

Thomas,

Please consider mailing plain text only to mailing lists - help us help
you by being friendly on our bandwidth and ability to process your
message.

Thomas Oldenkott wrote:
> But when I create an multipage tiff image with
> the lifftib library I get other values at this postion.

I think the key word here is 'at this position'. TIFF is differently
from most other image file formats, in that it has no fixed order or
position of data blocks. For instance, inside the file header, which is
the only fixed positioned structure, is an offset to a first IFD. This
can be 8, as is the case in your first 'correctly imported' example. In
that case, you'll be seeing tag count of first IFD at position 8. It can
however also be 25244, in which case you'll be seeing that exact same
tag count at position 25244, but something totally other and unrelated
at position 8. This is the case with your second 'created with libtiff'
example.

Does this clearify the issue for you? If you want to read a more
complete informal overview of these highest level structures, I
recommend http://www.awaresystems.be/imaging/tiff/faq.html#q3.


Joris Van Damme
info@awaresystems.be
http://www.awaresystems.be/
Download your free TIFF tag viewer for windows here:

http://www.awaresystems.be/imaging/tiff/astifftagviewer.html