Re: Image Meta data Question
Re: Image Meta data Question
- Subject: Re: Image Meta data Question
- From: Martin Orpen <email@hidden>
- Date: Wed, 30 Apr 2008 19:15:38 +0100
On 30 Apr 2008, at 17:47, Oakley Masten wrote:
Unfortunately what I really want is the ÒKeywordsÓ
data from PhotoShop files and that parameter is
missing from the list of all data available.
It is in the PhotoShop ÒInfoÓ screen but not the list.
Martin, what am I doing wrong here?
Is ÒKeywordsÓ not available to this methodology?
Dunno what you're doing wrong because getting keywords works just the
same as any other metadata:
tell application "Finder" to set theFile to choose file
set foo to POSIX path of theFile
set bar to (do shell script "mdls -name kMDItemKeywords " & quoted
form of foo)
-->kMDItemKeywords = (
cycling,
"Lotto Olympia Team Interbike",
"Road Racing",
"VC Revolution Road Race"
)
Are you sure that the image you are testing actually has keywords?
--
Martin Orpen
Idea Digital Imaging Ltd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden