• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Photoshop IPTC file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: RE: Photoshop IPTC file
  • Next by Date: Re: Sending events to another user space
  • Previous by thread: RE: Photoshop IPTC file
  • Next by thread: Re: Sending events to another user space
  • Index(es):
    • Date
    • Thread