• 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: "Goodman, Steve" <email@hidden>
  • Date: Tue, 5 Jun 2001 14:00:26 -0500

> 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.


Modify your action "Thumbnail" to convert your thumbnails and save them out
to a temp folder and then move them with your script to the proper location.
You'll have to include the "close" in your action and you can also have it
include the ".jpg" on the name.

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




Steve Goodman
Digital Solutions Group

.......If you think nobody cares if you're alive, try missing a couple of
car payments.------Unknown


  • Prev by Date: Re: Help with Graphic Converter
  • Next by Date: RE: scripting Photoshop
  • Previous by thread: Re: Help with Graphic Converter
  • Next by thread: RE: scripting Photoshop
  • Index(es):
    • Date
    • Thread