2005.12.12 22:19 "[Tiff] Writing EXIF data?", by Paul J. Lucas

2005.12.13 02:15 "Re: [Tiff] Writing EXIF data?", by Paul J. Lucas

OK, but, for 3.7.4, it's still not clear how you set the EXIF IFD to <binary chunk of data> --OR-- to use TIFFSetField() with EXIF tags. The 3.7.4 headers do *not* include EXIF tags, e.g, EXIF_APERTURE_VALUE (9202.H).

Maybe that is because EXIF private tag values would conflict with the public tag space?

1. They don't.

2. Even if they did, obviously standard TIFF encoders and decoders are able to deal with it so whatever code they use is able to handle it in the API.

- Paul