Save command with properties ...
Save command with properties ...
- Subject: Save command with properties ...
- From: Bilancino <email@hidden>
- Date: Tue, 10 Oct 2006 13:59:00 +0200
- Resent-date: Tue, 10 Oct 2006 21:58:12 +0200
- Resent-from: Bilancino <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: email@hidden
Hi guys! Probably it should appear a stupid question but I'm a newby in applescript... so... I've got a problem compiling the script down here (not only one really...)
Whis I'm not be able to set the properties of the save command in photoshop? Probably it's a very simple error but I can't find it!
Thank you very much
tell application "Adobe Photoshop CS2" set quality of JPEG save options to 10 open file immagine set immagine to document 1 set immagine to save document 1 in "Macintosh HD:Users:palluan:Desktop" as JPEG with properties {quality:10} return path of immagine end tell
Antonio |
_______________________________________________
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