You can use free AForge.Net. A great free open source imaging library for .Net.
If you are interested in learning how to exploit multicore processors to speed up image processing using AForge.Net, you will find a great example using AForge.Net and multithreading to improve the performance in working with images and with multicore CPUs, in the book ” C# 2008 and 2005 Threaded Programming: Beginners Guide”, by Gaston Hillar, Packt Publishing – http://www.packtpub.com
It includes many exercises related to image management with multicore support. Highly recommended if you want to improve performance and UI responsiveness.
You can download the code from Packt’s website. http://www.packtpub.com/beginners-guide-for-C-sharp-2008-and-2005-threaded-programming/book
I bought the book last week and it helped me a lot in my image processing needs. Now, I can split an image in many parts using the code from the book and I can make it exploit my Core 2 Quad. My boss is impressed!
You can use free AForge.Net. A great free open source imaging library for .Net.
If you are interested in learning how to exploit multicore processors to speed up image processing using AForge.Net, you will find a great example using AForge.Net and multithreading to improve the performance in working with images and with multicore CPUs, in the book ” C# 2008 and 2005 Threaded Programming: Beginners Guide”, by Gaston Hillar, Packt Publishing – http://www.packtpub.com
It includes many exercises related to image management with multicore support. Highly recommended if you want to improve performance and UI responsiveness.
You can download the code from Packt’s website. http://www.packtpub.com/beginners-guide-for-C-sharp-2008-and-2005-threaded-programming/book
There is also an article in Packt’s website: http://www.packtpub.com/article/simplifying-parallelism-complexity-c-sharp
I bought the book last week and it helped me a lot in my image processing needs. Now, I can split an image in many parts using the code from the book and I can make it exploit my Core 2 Quad. My boss is impressed!
Hey Diego,
Thanks for the pointer, I’ll be sure to check it out
Regards,
Eran