Launch photoshop action using code

前端 未结 2 1988
自闭症患者
自闭症患者 2021-01-01 02:29

Is it possible to launch Photoshop action using code? I mean launch the action in Photoshop via a batch file? Or something like that?

相关标签:
2条回答
  • 2021-01-01 02:48

    Newer versions of Photoshop (CS5 and CS6 are the only ones I've worked with) support a feature called Droplets that lets you create executables to run a set of actions.

    Check here for detailed information on creating and running the droplet. Will update this answer with the steps shortly.

    0 讨论(0)
  • 2021-01-01 02:56

    I believe so but I have not tried it myself. The PS6 JavaScript API has a method called doAction() that might be what you are looking for.

    http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/products/photoshop/pdfs/cs6/Photoshop-CS6-JavaScript-Ref.pdf

    0 讨论(0)
提交回复
热议问题