Implementating Transparent PNGs in IE7
Brandon writes "Over at the official IE Blog, Sam Fortiner has posted some very detailed information regarding Alpha PNG Rendering in IE7. From the article: 'As the dev who implemented the support, I can state that it was neither a bug-fix nor did it require a re-write of the display engine. Instead, it ended up being somewhere in-between the two and required what I would call "feature work." Implementing transparency support for PNG images required a significant amount of modification to the image decoding and display pipeline in IE along with a significant amount of new functionality added to the PNG decoder.'"
Konqueror displays partial images as they download. The original friggin' browser in OS/2 did the same thing. It's hardly new.
Think about it: what's the whole purpose in Progressive-mode JPEGs?
Got time? Spend some of it coding or testing
...the code they're rewriting has not been substantially changed since the days when GIF was king of the images.
AFAICT, what they've finally added is genuine translucency (not the simple yes/no transparency of yore) to MSIE's image handlng.
Does anyone know of any other (non-text-mode) web browser which hasn't already been doing translucency for years?
Got time? Spend some of it coding or testing
Implementating? Implementating???!!!
Something is very very wrong with the /. editors. I think it's time I spent my precious picoseconds looking at some other website.
I have discovered a truly remarkable
If you read the article, you'd find the main problem is that all their internal data structures and rendering system were only designed for boolean transparency.
libpng wouldn't have helped with either of these, and this is where most of the work was.
Combination - fun iPhone puzzling
Besides the fact it generally offers better compression, now that we have FULL transparency in IE7, we can start doing some really great things with overlaying images in styles and such. Too bad it'll be like 2012 before IE6 disappears.
You need to specify "display: inline-table;" for the table element.
ustr: Managed string API with ave. 44% overhead over strdup(), for 0-20B