Is it possible to launch Photoshop action using code? I mean launch the action in Photoshop via a batch file? Or something like that?
相关问题
- softlinks atime and mtime modification
- Get unexpanded argument from bash command line
- Include and Execute EXE in C# Command Line App
- Batch - Set variables in for loop
- Rails gem update not working (version 4.1.1 to 4.2
相关文章
- Compile and build with single command line Java (L
- How to update command line output?
- How to execute another python script from your scr
- Python file keyword argument?
- Interactively merge files tracked with git and unt
- Lauch default editor (like 'webbrowser' mo
- How to print jq output sequentially
- python using argparse.ArgumentParser method
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
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.