Search found 4 matches

by davidwright
Tue Dec 26, 2017 7:30 pm
Forum: Photoshop Scripting - General Discussion
Topic: PsDotNet - Photoshop C# library
Replies: 13
Views: 31222

Re: PsDotNet - Photoshop C# library

Hey Polyxgo,
Please try the solution I posted in Slack workspace.

**Information on how to join PsDotNet Slack can be found on the website.
by davidwright
Wed Aug 30, 2017 1:48 am
Forum: Photoshop Scripting - General Discussion
Topic: PsDotNet - Photoshop C# library
Replies: 13
Views: 31222

Re: PsDotNet - Photoshop C# library

Hey mid85549, First off thanks for checking it out! Could you tell me which version of Photoshop you are using? I created a image with 60 or so layers to test out your reported document.GetAllLayers() slowness, and it returned the list in 0.1800872 ms. How complex is the .psd you had this slowness o...
by davidwright
Fri Jan 13, 2017 9:55 pm
Forum: Photoshop Scripting - General Discussion
Topic: PsDotNet - Photoshop C# library
Replies: 13
Views: 31222

Re: PsDotNet - Photoshop C# library

I agree JSX is still the better option cross platform. This was developed for specific use cases which happened to be only on Windows and as such has only been used\tested there. I agree it's niche, but might be useful for developers like myself. :)
Cheers
by davidwright
Fri Jan 13, 2017 8:23 am
Forum: Photoshop Scripting - General Discussion
Topic: PsDotNet - Photoshop C# library
Replies: 13
Views: 31222

PsDotNet - Photoshop C# library

Greetings, I wanted to let the community about a C# library that I have been working on that might be useful and of interest. PsDotNet is a strongly typed, intuitive, C# library to assist in automating operations in Adobe Photoshop. It was created out of a need to use other C# libraries and external...