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

FW: scripting Photoshop


  • Subject: FW: scripting Photoshop
  • From: "Goodman, Steve" <email@hidden>
  • Date: Wed, 6 Jun 2001 11:57:04 -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.

Forgive me if this gets posted twice...I originally sent it on 6/5 @ 2pm and
since it is now 6/6 @ 12pm I thought I would try again.

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: QXP and changing text attributes
  • Next by Date: carriage return & line feeds
  • Previous by thread: Re: scripting Photoshop
  • Next by thread: CMYK image editor
  • Index(es):
    • Date
    • Thread