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-12-16 13:29:49-08 by pedroparamo
keywords and Photoshop image info
How cam I get ExifTool to set my keywords to 'keywords' instead of '"keywords"' (without quotes) in the Photoshop Image info? To set the keywords I'm using applescript and Exiftool in the following way: I use applescript to have the user set keywords say "green, blue" as a list called origKeywords. I set the origKeywords to "'" & every item of origKeywords & "," & "'" (using applescript). Then I use "set thisFilePath to quoted form of (POSIX path of thisFile)" (applescript) and finally Exiftool set cmd to "exiftool -keywords=" & origKeywords & " " & thisFilePath & "" --display dialog cmd set theResult to do shell script cmd It works and my keywords are set to green, blue, when I view them using ExifTool. But when I look at the keywords in the Photoshop Image Info they are "green, blue," with quotes. How can I get rid of the quotes? I'm using a Digital Asset Management application which will NOT read the keywords if they have quotes around them. Thanks. Pedro
Direct Responses: 11960 | Write a response