Question

Looking for a way to add a background layer to existing photoshop files with c# code?

Any ideas?

Thanks -c

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top