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
December 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.12.12 22:19 "Writing EXIF data?", by Paul J Lucas
2005.12.12 22:49 "Re: Writing EXIF data?", by Bob Friesenhahn
2005.12.12 22:57 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.12 23:47 "Re: Writing EXIF data?", by Bob Friesenhahn
2005.12.13 02:15 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.13 05:22 "Re: Writing EXIF data?", by Bob Friesenhahn
2005.12.13 07:43 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.13 08:57 "Re: Writing EXIF data?", by Andrey Kiselev
2005.12.13 16:28 "Re: Writing EXIF data?", by Joris Van Damme
2005.12.13 17:22 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.13 18:16 "Re: Writing EXIF data?", by Bob Friesenhahn
2005.12.13 05:24 "Re: Writing EXIF data?", by Joris Van Damme
2005.12.13 07:49 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.13 15:07 "Re: Writing EXIF data?", by Joris Van Damme
2005.12.13 17:31 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.13 18:08 "Re: Writing EXIF data?", by Joris Van Damme
2005.12.13 18:13 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.13 18:25 "Re: Writing EXIF data?", by Joris Van Damme
2005.12.13 19:49 "Re: Writing EXIF data?", by Lou Sakey
2005.12.13 20:27 "Re: Writing EXIF data?", by Joris Van Damme
2005.12.13 21:24 "Re: Writing EXIF data?", by Lou Sakey
2005.12.13 20:04 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.13 20:47 "Re: Writing EXIF data?", by Andrey Kiselev
2005.12.13 18:19 "Re: Writing EXIF data?", by Joshua Muskovitz
2005.12.13 20:23 "Re: Writing EXIF data?", by Paul J Lucas
2005.12.13 21:08 "Re: Writing EXIF data?", by Andrey Kiselev
2005.12.13 18:16 "Re: Writing EXIF data?", by Joshua Muskovitz
2005.12.13 18:40 "Re: Writing EXIF data?", by Chris Losinger

2005.12.13 07:49 "Re: Writing EXIF data?", by Paul J Lucas

On Tue, 13 Dec 2005, Joris wrote:
>
> I assume that is the reason why you feel the EXIF tag is undocumented. It's
> documented allright

It's in the header file, but not on the TIFFSetField manual
page.  Hence, it's undocumented.

> Not properly implementing tag namespaces, LibTiff has troubles with this
> concept. How is it supposed to define GPSLatitudeRef, or, the other way
> around, how is it supposed to make sense of tag ID code 1, when it has
> no clue 'bout namespaces?

For EXIF at least, libtiff doesn't need to know anything about
EXIF tags except the EXIF IFD pointer (which already has a
#define for it in the header file).  I merely want to insert a
blob of binary data into the TIFF file that's being created and
have the EXIF IFD pointer point to it.  The libtiff library
doesn't have to know or care about the contents of the blob.

	- Paul