Showing posts with label png. Show all posts
Showing posts with label png. Show all posts

Monday, August 24, 2009

Eazy IE6 PNG fix


http://www.nikibrown.com/designoblog/2009/08/21/eas-ie6-png-fix/

Wednesday, August 19, 2009

punypng: making the web more puny, one png at a time

What is punypng?

punypng is a free optimization service that can dramatically reduce the file size of an image by converting it into a highly-compressed, lossless PNG image. Whether you have a GIF, JPEG or PNG, use punypng for outrageously fast page loads and help make the web more puny!

new! Improved Privacy

Images compressed by punypng are yours soley to own and keep. punypng will automatically delete any image you upload within 15 minutes. Consider them vaporized.

new! Built-in Support for Dirty Transparency

Not puny enough? Your transparent PNGs and GIFs are now compressed up to 35% more using dirty transparency. For more info, go to the Gracepoint After Five blog.

http://www.gracepointafterfive.com/punypng-making-the-web-a-more-puny-place

Wednesday, December 10, 2008

DD_belatedPNG

  • You can use 24-bit alpha-translucent PNG images for the background-image CSS property in Internet Explorer 6.
  • Support for background-position and background-repeat. Apparently Angus of TwinHelix has also figured out a way!
  • There is no usage of AlphaImageLoader, so this doesn't have the buggy z-indexing associated with that filter.
  • Responds to Javascript element.style assignments and the :hover pseudo-class.
  • ~7.5Kb uncompressed … ~6Kb compressed
  • Easy implementation:
    <!--[if IE 6]>
    <script src="DD_belatedPNG.js"></script>
    <script>
    DD_belatedPNG.fix('.png_bg'); //EXAMPLE
    </script>
    <![endif]-->

http://www.dillerdesign.com/experiment/DD_belatedPNG/