I just wonder a bit whether or not GDI+ is still a technology worth using, especially in a .net sense.
Granted, GDI+ is still THE technology to handle Images in Windows, but it is also unmanaged code (obviously). Now, after discovering that GDI+ is actually not supported on ASP.net¹, I just wonder: Is it actually feasible to have Image Manipulation Libraries that run completely in Managed Code? XNA does it if i remember correctly, albeit it uses the graphics card for it.
Is there maybe even any .net Image Library that implements a sort of managed GDI+?
¹ Source, also Microsoft just offered something for ASP.net that uses GDI+.