Image-ExifTool - Re: append LensID tag into keywords field?

Posted on Tue Jul 15 08:17:03 2008 by bogdan in response to 8304 (See the whole thread of 8)
Re: append LensID tag into keywords field?
For tags, which allows multiple values (such as IPTC:keywords, or XMP:subject), you can use:
-keywords=first (delete all values there might be, and insert new value)
-keywords+=second (append value -now you have keywords: first, second)
-keywords-=first (delete value "first" from keywords)

Greetings,
Bogdan
Write a response