Photoshop automation: DoJavaScriptFile from Delphi?
You can use JavaScripts (Extended Script) out of Photoshop to automate some processes. There is a way to call JavaScripts for Photoshop with C# with a DoJavaScriptFile() function: //See the Adobe Photoshop Object Library on the COM using Photoshop; static…