My goal is to have Photoshop open a PSD file, change the text and an image, and then save the whole thing. All this should happen in the terminal. I have a Windows system.
I found out in the course of my research that it works with a jsx file. It is a simple script language.
My two questions: How can I start Photoshop + load my PSD + run my jsx script with one command?
And is it possible to run the whole thing in a terminal without starting Photoshop visually? Since I only need the final result and not the whole application.