Reputation: 22064
Looking for a way to add a background layer to existing photoshop files with c# code?
Any ideas?
Thanks -c
Upvotes: 3
Views: 12992
Reputation: 1
You should not have a problem today if you still searching a way to automate Photoshop:
https://helpx.adobe.com/photoshop/using/creating-actions.html
Upvotes: -4
Reputation: 7172
Photoshop has a COM interface and here is a document on how to access it via C#.
The specifics of what you want to do will require a bit more digging into Photoshops actual documentation, but this will get you started.
For greater details, check out Adobes scripting guide and SDK information.
Upvotes: 6