Hey guys,
I have some image files which contain IPTC keywords.
The IPTC tag is 'Iptc.Application2.Keywords'.
As it stands right now .. exiv2.js only uses 'setImageTags()' which replaces the first keyword in the list instead of cumuatively adding to the list.
The exiv2 command I use to do it from cmdline is 'exiv2 -M "add Iptc.Application2.Keywords String Water" ba1-0501.jpg' which works perfectly.
Any chance this interface could be added to exiv2.js
Would be really awesome !!!
Anyways thnx so much for an amazing module.
Cheers.