I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-10-14 13:46:04-07 by pedroparamo
adding to (or changing) ONLY keywords
I want to change or add to just the keywords of a file and leave all the other info intact. I'm using Applescript to set variables. When I use "exiftool -keywords=" & myKeywords &" Desktop/ExifTest/Gallery_JPEGS/Huge-01.JPG" it adds the keywords but it deletes all the other fields (description, Author. copyright notice.) I must be missing something?? Thanks. Pedro
Direct Responses: 11597 | Write a response
Posted on 2009-10-14 14:02:08-07 by exiftool in response to 11596
Re: adding to (or changing) ONLY keywords
What makes you think it deletes other tags?

Use exiftool to view the tags afterwards. Or try using the command from the -v2 option to see what is happening when the file is written.

If you still can't figure it out, you can email my a sample image along with the exact command you are using and I will figure it out.

phil at owl.phy.queensu.ca
Direct Responses: Write a response