Skip to main content
Participant
June 9, 2009
Question

AppleScript Control over Curves Adjustment Layer

  • June 9, 2009
  • 1 reply
  • 1612 views

Hi,

I would like to create a new Curves Adjustment Layer for the current document using AppleScript.  Then, I would like to be able to manipulate the curve data from within my script.  Is this possible?  I have not found a sample that illustrates doing this.

I am working on Photoshop CS3 Extended on a MacBook Pro.

Thank you

-- Bennett

This topic has been closed for replies.

1 reply

Paul Riggott
Inspiring
June 9, 2009

I don't think you can do it with AppleScript, you would have to use ScriptListner, as an example

http://www.ps-scripts.com/bb/viewtopic.php?t=2498

Participant
June 9, 2009

Thank you for the pointer.  Is the JavaScript illustrated in that sample basically the same as the C code output by the Listener plug-in?  It looks similar, but I am not familiar with scripting using JavaScript in Photoshop so I'm just guessing.

Cheers

-- Bennett