Re: new to ascript & filemaker
Re: new to ascript & filemaker
- Subject: Re: new to ascript & filemaker
- From: Shane Stanley <email@hidden>
- Date: Tue, 2 Dec 2003 13:14:07 +1100
On Dec 2, 2003, at 10:50 AM, Malcolm Fitzgerald wrote:
Shane may know how to get Photoshop file properties from an image.
It depends what you mean by "file properties". Some of it is straight
forward:
tell application "Adobe Photoshop 7.0"
tell current document
tell info
set theAuthor to author
set theCaption to caption
set theTitle to title
-- etc
end tell
end tell
end tell
EXIF data needs further parsing.
--
Shane Stanley <email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.