csaborio Posted September 21, 2009 Share Posted September 21, 2009 I'm currently looking for an application/sample to parallelize using Parallel Extensions to the .Net Framework. It seems like Paint.Net has plenty of operations that would benefit from paralellizing code. My question is: Does Paint.Net already have some sort of multithreading code?Does Paint.Net contain some portions that use Parallel Extensions? Thanks in advance! Link to comment Share on other sites More sharing options...
Rick Brewster Posted September 21, 2009 Share Posted September 21, 2009 Does Paint.Net already have some sort of multithreading code? Yes. Tons of it. Does Paint.Net contain some portions that use Parallel Extensions? No. .NET 4.0 isn't even out yet. How could it possibly use PFX? Paint.NET's source code is not available, and this forum section is for plugin development. It is not for general development or source code questions. Thread Closed The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts