By tag: PNG
0
kicks
Gravatar, please bring back PNG files!
Gravatar recently made some big changes when migrating their web application. While most of these changes are a real benefit, there is one big feature that has been removed -- PNG files are no longer supported!
0
kicks
Render PNG from ASPX
Workaround for exception that results from the following:
Syste.Drawing.Bitmap.Save(HttpContext.Response.OutputStream, System.Drawing.Imaging.ImageFormat.Png);
0
kicks
Using a Control Adapter to Properly Display PNG Images in IE
Use a Control Adapter to handle displaying PNGs correctly in IE 5.5/6.0
0
kicks
Use Web Resources To Fix PNG Transparency in IE
PNG Transparency is broken in IE 5.5 and 6. There are a number of ways to fix it, but here's one that is easy for developers to re-use once set up.