Is there any alternative image manipulation library for .net? I would prefer something that is managed and open source.
I ask this because of two reasons:
- I have encountered hard to debug GDI+ errors with System.Drawing in the past
- I have read that using System.Drawing in asp.net web applications is not 100% supported.
Thanks!
edit: clarification, I know that System.Drawing can work asp.net web apps - I have used it in the past. I really just wonder if there are any managed image manipulation libraries for .net :)