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

2015.02.20 02:42 "Re: [Tiff] Writing new tags to a TIFF file", by Arnold

On 19/02/2015 5:37 PM, Olivier Paquet wrote:

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.

Thank you very much, Olivier.

That did the trick.

Arnold

PS: I posted my earlier reply from the wrong account. All is good now. I have sorted out the string format needed.

Olivier