Re: Photoshop IPTC file
Re: Photoshop IPTC file
- Subject: Re: Photoshop IPTC file
- From: Dave Balderstone <email@hidden>
- Date: Mon, 01 Mar 2004 09:05:15 -0600
On 1-Mar-04, at 8:39 AM, email@hidden wrote:
Anyone know how to access the IPTC file info in Adobe Photoshop, if
it's
possible to extract the caption info.
Using Photoshop:
--
tell application "Adobe Photoshop CS"
tell current document
set myProps to get properties of info
end tell
end tell
--
Using Image Info
<
http://www.versiontracker.com/dyn/moreinfo/macosx/12265>
--
set theImage to "Path:to:image"
tell application "Image Info"
set theImageInfo to Image Info for alias theImage with extended info,
EXIF info and IPTC info
end tell
--
djb
_______________________________________________
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.