2015.02.19 20:27 "[Tiff] Writing new tags to a TIFF file", by Arnold

2015.02.20 01:37 "Re: [Tiff] Writing new tags to a TIFF file", by Olivier Paquet

2015-02-19 15:27 GMT-05:00 Arnold <acorn12@telus.net>:

Is it possible, as part of other work with these tiff files, to write the data & time to these files?

>   TIFF *tif=TIFFOpen( wsFilePathAndName.c_str(), "rw");

What am I missing?

Looking at the source, I think you need "r+" instead of "rw" for this to have any chance of working.

Olivier