| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2002.03.07 05:51 "Re: reading EXIF data from a TIFF", by Tom LaneChris 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 |
|||||||