Are there any 3rd Party libraries for image processing in C#?

Posted by Gaax on Stack Overflow See other posts from Stack Overflow or by Gaax
Published on 2010-03-21T21:59:16Z Indexed on 2010/03/21 22:01 UTC
Read the original article Hit count: 392

Just wondering if there's anything out there to help make my project a lot easier to deal with. I'm working on a program that uses the Wiimote and infrared pen (mapped to the mouse) to manipulate images in real time and I'd much rather not have to use all my time figuring out how to make the program resize and rotate images efficiently with the least amount of distortion... I haven't really found anything when searching.

Anybody know of any libraries that can help me?

© Stack Overflow or respective owner

Related posts about c#

Related posts about image-processing