• 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
photoshop web gallery options
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

photoshop web gallery options


  • Subject: photoshop web gallery options
  • From: Håvard Graudo <email@hidden>
  • Date: Tue, 21 Jun 2005 11:38:39 +0200

I can get photoshop to make web-galleries with the default options, but what is the correct syntax for editing the options?

this works:

tell application "Adobe Photoshop CS"
	create photo gallery from folder targetFolder to folder destFolder
end tell


I would expect the syntax to be something like this:

tell application "Adobe Photoshop CS"
set gallOpt to {border:0, caption:false, dimension:500}
set thumbOpt to {column count:3, dimension:136}
create photo gallery from folder targetFolder to folder destFolder with options ¬
{gallery images options:gallOpt, gallery thumbnail options:thumbOpt}
end tell



I have tried many syntax variants. Some compile, some don't, but none work. Same results for CS and CS2. I'm sure this is dead easy. Can someone please enlighten me?

Håvard
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: photoshop web gallery options
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: QXP 6.5 and its Scripting Addition
  • Next by Date: Re: photoshop web gallery options
  • Previous by thread: Re: QXP 6.5 and its Scripting Addition
  • Next by thread: Re: photoshop web gallery options
  • Index(es):
    • Date
    • Thread