• 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: scripting Photoshop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scripting Photoshop


  • Subject: Re: scripting Photoshop
  • From: "John Jones" <email@hidden>
  • Date: Tue, 05 Jun 2001 15:20:22 -0400

That's an easy one... Put the same as and close window in your Photoshop action.

John Jones
Chief of Image and Photographic Collections
Office of Imaging Printing and Photographic Services
Smithsonian Institution
email@hidden
(202) 786-2956

>>> Katherine Richmond <email@hidden> - 6/5/01 1:14 PM >>>
Hi all,

I have a script where Photoshop is creating thumbnails for me. How do I tell
Photoshop to save the thumbnails? I would like to saveas a jpg. I can do this in
the script, but the save location is different depending on when the script is
run. Also, how do you tell Photoshop to close the window of the file that it
just saved? 'close oneImage' does not work.

Thanks,
Kathy


tell application "Adobe(R) Photoshop(R) 5.5"
activate
repeat with oneImage in bigImages
open oneImage
do script "Thumbnail"
close oneImage
end repeat

end tell
_______________________________________________
applescript-users mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/applescript-users


  • Prev by Date: Re: text manipulation
  • Next by Date: CMYK image editor
  • Previous by thread: RE: scripting Photoshop
  • Next by thread: FW: scripting Photoshop
  • Index(es):
    • Date
    • Thread