photoshop web gallery options
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