PsDotNet is a strongly typed, intuitive, .NET library to assist in automating Adobe Photoshop. PsDotNet was created out of a need to use other C# libraries and external data to create art content.
Adobe provides numerous fantastic ways for scriptwriters and programmers to automate Photoshop. One of the methods they provide is a COM interface. This is great, but if you have used it for anything more than some basic automation, you know that it requires a bit of spelunking to understand what parameters a method is looking for or how things relate. Additionally, while the COM exposes a lot of control, there is much more power laying underneath if you know how to coax it out.
PsDotNet attempts to improve up on what options are available for developers needing to automate Photoshop from C#.