Using PhotoScripter and Photoshop to save a JPEG file
Using PhotoScripter and Photoshop to save a JPEG file
- Subject: Using PhotoScripter and Photoshop to save a JPEG file
- From: Robert Seckendorf <email@hidden>
- Date: Thu, 25 Jan 2001 14:24:04 -0800
Anyone using PhotoScripter...
I have been having difficulty with the following, I am trying to save a
converted TIFF file in JPEG format, but keep running up against trouble when
trying to save the file. In the below sample of code, I keep getting an
error when I try to run this.
property systemDisk : "Sysadmin"
tell application "Adobe. Photoshop. 5.5"
open file "systemDisk:desktop folder:junk"
save the current document in ,
"systemDisk:desktop folder:junk" as JPEG {image quality:8, baseline
optimized:false, saving paths:false}
quit
end tell
Photoshop keeps telling me that the compiler can't make "systemDisk:desktop
folder:junk" into an alias
any ideas...
Thanks in advance.
Rob