Using PhotoScripter and Photoshop to convert files into JPEG format.
Using PhotoScripter and Photoshop to convert files into JPEG format.
- Subject: Using PhotoScripter and Photoshop to convert files into JPEG format.
- From: Robert Seckendorf <email@hidden>
- Date: Wed, 24 Jan 2001 20:20:59 -0800
Anyone,
I am trying to save a file that I converted in to a JPEG file using
Photoshop and PhotoScripter.
I keep getting an error when I try to run this simple code.
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
this keeps telling me that the compiler can't make "systemDisk:desktop
folder:junk" into an alias
any ideas...
Thanks in advance.
Rob