tags:

views:

704

answers:

1

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

Any ideas?

Thanks -c

+3  A: 

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.

Serapth