Launch photoshop action using code

邮差的信 提交于 2019-11-29 14:57:08

问题


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


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/14965163/launch-photoshop-action-using-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!