Re: Using PhotoScripter and Photoshop to convert files into JPEG format.
Re: Using PhotoScripter and Photoshop to convert files into JPEG format.
- Subject: Re: Using PhotoScripter and Photoshop to convert files into JPEG format.
- From: Shane Stanley <email@hidden>
- Date: Thu, 25 Jan 2001 15:45:43 +1100
On 25/1/01 3:20 PM +1000, Robert Seckendorf, email@hidden, wrote:
>
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
You should be using:
save current document in file "systemDisk:.....
--
Shane Stanley, email@hidden