|
|
|
|
|
by matlaber
2992 days ago
|
|
Yes, Photoshop has macros (they call them “Actions”). These days, Photoshop even has (multiple) JavaScript interpreters (including an instance of node.js they call “Generator”) built in to enable automation using an API that provides access to most (but not all) actions that can be executed via the GUI. I have been working with these for a side project and the documentation isn’t great, but I have been able to get up and running relatively quickly. |
|