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

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

How can one write EXIF metadata to a TIFF image? There's the (undocumented) TIFFTAG_EXIFIFD tag that can be used with TIFFSetField(), but its value is (apparently) the pointer to the EXIF data and not the data itself. The library, given the data, needs to put it in the right place. Right?

So how does one set EXIF metadata?

- Paul