Alternatives to System.Drawing for use with ASP.NET?
After several days of tracking down bizarre GDI+ errors, I’ve stumbled across this little gem on MSDN:
After several days of tracking down bizarre GDI+ errors, I’ve stumbled across this little gem on MSDN:
I would like to crop and resize my image. Here is my code:
I’m trying to return a transparent GIF from an .aspx page for display within a web page. I am trying to get the image to have transparency, but I just keep getting Black being where the image should be Transparent.
In looking at the constructors for the System.Drawing.Font class there is a parameter to pass in one of the FontStyles defined in the System.Drawing.FontStyle enum.
Basically I am trying to render a simple image in an ASP.NET handler:
I’m working on a service for a company project that handles image processing, and one of the methods is supposed to clean the metadata from an image passed to it.