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
March 2002

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

2002.03.07 04:27 "reading EXIF data from a TIFF", by Chris Losinger
2002.03.07 05:51 "Re: reading EXIF data from a TIFF", by Tom Lane
2002.03.11 02:07 "Re: reading EXIF data from a TIFF", by Chris Losinger

2002.03.07 05:51 "Re: reading EXIF data from a TIFF", by Tom Lane

Chris Losinger <chrisdl@pagesz.net> writes:
> i've written a parser that works on the EXIF data in JPEG_APP1 markers 
> from JPG files, and i'm hoping i can use it to parse the data in TIFF 
> files. bt, i can't find out where or how to get the EXIF data block out of 
> a TIFF.

You're probably looking at it the wrong way 'round.  EXIF's JPEG marker
contains a mini-TIFF file, which I'd always supposed meant that they
thought the world revolves around TIFF ;-)  More than likely, the
equivalent info appears as TIFF tags interspersed with the regular TIFF
tags when you look at an EXIF-compliant TIFF.  In other words, point
your EXIF parser at the whole darn TIFF file...

			regards, tom lane
			organizer, Independent JPEG Group