Invoke the action in Photoshop using Javascript

Post Reply
Prabu
Newbie
Posts: 2
Joined: Tue May 30, 2023 10:33 am

Invoke the action in Photoshop using Javascript

Post by Prabu »

Hello All,

I'm having trouble invoking an action in Photoshop using Javascript. How can I use javascript in a switch application to play an action in Photoshop?
freddyp
Advanced member
Posts: 1023
Joined: Thu Feb 09, 2012 3:53 pm

Re: Invoke the action in Photoshop using Javascript

Post by freddyp »

The "Command" property of the Photoshop configurator allows you to select an action. Note that the action has to be well-behaved: it should not open the file and it should not save it, it should just do some processing. The opening and saving of the file is handled by the "Open" and "Save as" properties. There is no need to script anything.
Post Reply