Applescript Help Needed

Joined
Aug 22, 2004
Messages
138
Reaction score
1
Points
18
Location
Lancashire England
Your Mac's Specs
iBook 1.33 Ghz, 768 RAM
I am not really sure where to post this.

I have been trying to learn Applescript .

One of the things that i want to be able to do is tell Photoshop to open up a default document in CMYK at 600 dpi and at a certain size with a transparent background.
I have got the size right, but try as i may I cannot seem to get CMYK and transparency to work. The other annoying thing is everytime i run the script I get a log file on my desktop which I would like to remove.

This is the script as it is at the moment:

tell application "Adobe Photoshop CS"
activate
set newDocRef to make new document with properties {width:3.606 as inches, height:2.362 as inches, resolution:600}
end tell


Any Ideas ?
 
D

Danster

Guest
Have you got a book on applescript there's a new one out called the applescript missing manual
 
OP
pphking
Joined
Aug 22, 2004
Messages
138
Reaction score
1
Points
18
Location
Lancashire England
Your Mac's Specs
iBook 1.33 Ghz, 768 RAM
Yes I have just a book by Hanaan Rosenthal, so hopefully I will learn more about scripting.

Luckily the answer to my question was discovered by my friend who has a background in C++.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top