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 07:41 "Incorrect IFD???", by Thomas Oldenkott

Hello,
 
ich have ab problem creating a multipage tiff image. The 8 byte image file
header is ok, but something is going wrong in the IFD. The beginning of the
IFD consists of a 2-byte count of the number of directory (i. e., the number
of fields). My image has 16 tags and the value has to be (in hex) "10 00",
hasn't it? 

I need these images for a special import process. I have a full funcionally
sample (which is not created by me) where the IFD design is correct. But
when I create an multipage tiff image with the lifftib library I get other
values at this postion. Sometimes it is for example FF FF. By checking these
images for the special import process it returns a failure. It can't read
the correct count of the tags (FF FF instead of 10 00).
 
I post some screenshots for a better understanding and in hope that somebody
can help me.
 
example which is correctly imported:
www.fleischhacker.biz/TIFF/correct1.jpg
www.fleischhacker.biz/TIFF/correct2jpg
 
the image created with libtiff:
www.fleischhacker.biz/TIFF/incorrect1.jpg
www.fleischhacker.biz/TIFF/incorrect2.jpg

 

Best regards

Tom Oldenkott