Re: Automating Photoshop CS4?

2010-03-24 Thread Bill Cheeseman
On Mar 23, 2010, at 10:10 AM, jyoun...@kc.rr.com jyoun...@kc.rr.com wrote: Just curious if there's any way to automate Adobe Photoshop CS4 with Cocoa/Objective-C? I'm new to this language. I know I can call NSAppleScript, but was just curious if there's another way to control the

Re: Automating Photoshop CS4?

2010-03-24 Thread Matt Neuburg
On Tue, 23 Mar 2010 14:10:20 +, jyoun...@kc.rr.com said: Just curious if there's any way to automate Adobe Photoshop CS4 with Cocoa/Objective-C? I'm new to this language. I know I can call NSAppleScript, but was just curious if there's another way to control the application? You can use

Automating Photoshop CS4?

2010-03-23 Thread jyoung79
Just curious if there's any way to automate Adobe Photoshop CS4 with Cocoa/Objective-C? I'm new to this language. I know I can call NSAppleScript, but was just curious if there's another way to control the application? Thanks. Jay ___ Cocoa-dev

Re: Automating Photoshop CS4?

2010-03-23 Thread Jesper Storm Bache
You'll want to use AppleScript. There are two Adobe forums that you may want to use in addition to this general Cocoa forum: http://forums.adobe.com/community/photoshop/photoshop_scripting and (if you need to write your own plug-in):

Re: Automating Photoshop CS4?

2010-03-23 Thread colors
Depending on how ambitious you are It is conceivable that you could build spidermonkey into your application and automate PhotoShop via javascript. You might even be able to find a way to make webkit run the javascript for you. Rich Collyer On Mar 23, 2010, at 9:31 PM, Jesper Storm Bache