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
October 2005

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

2005.10.20 01:47 "Read EXIF Tag", by Chris Losinger
2005.10.20 12:34 "Re: Read EXIF Tag", by <lou.sakey@kodak.com>
2005.10.20 15:26 "Re: Read EXIF Tag", by Frank Warmerdam
2005.10.20 22:52 "Re: Read EXIF Tag", by Chris Losinger

2005.10.20 12:34 "Re: Read EXIF Tag", by <lou.sakey@kodak.com>

Chris,

Based on my experience, the TIFFTAG_EXIFIFD just provides the address of
where the exif  IFD is located in the file.
It doesn't actually provide the entire exif blob.  It would have been 
better if it was more like the icc Profile tag which does return the 
entire blob.


long  value32;

if (TIFFGetField(m_TIFFHandle, TIFFTAG_EXIFIFD, &value32) == 1)
{
        // open the file in binary mode 
        // read the tiff header to determine byte order 
        // seek to "value32"
        // read and parse IFD at "value32";
}

Lou Sakey
DFIS WW S+SE LOWELL DEVELOPMENT CTR 
Lou.Sakey@kodak.com
KNET 27-67676
978-323-7676