<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: When is the right time to use PNG?</title>
	<atom:link href="http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/</link>
	<description>Home of Web Designer, Stewart Orr</description>
	<pubDate>Thu, 20 Nov 2008 09:14:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ram</title>
		<link>http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/#comment-19</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Sat, 03 Mar 2007 01:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/#comment-19</guid>
		<description>PNG is a great format, but has some major support issues across all browsers/OSs when it comes to the whole gamma correction/colour consistency thing. Take a look at:
http://www.libpng.org/pub/png/colorcube/

Apart from the colour matching issues I think it's definitely time to start utilising them more, just don't expect them to match your CSS colours exactly in all cases.</description>
		<content:encoded><![CDATA[<p>PNG is a great format, but has some major support issues across all browsers/OSs when it comes to the whole gamma correction/colour consistency thing. Take a look at:<br />
<a href="http://www.libpng.org/pub/png/colorcube/" rel="nofollow">http://www.libpng.org/pub/png/colorcube/</a></p>
<p>Apart from the colour matching issues I think it&#8217;s definitely time to start utilising them more, just don&#8217;t expect them to match your CSS colours exactly in all cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Z</title>
		<link>http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/#comment-18</link>
		<dc:creator>Z</dc:creator>
		<pubDate>Sat, 03 Mar 2007 01:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/#comment-18</guid>
		<description>From experience, if you use interlaced PNGs the color displays correctly in IE.</description>
		<content:encoded><![CDATA[<p>From experience, if you use interlaced PNGs the color displays correctly in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart</title>
		<link>http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/#comment-17</link>
		<dc:creator>Stewart</dc:creator>
		<pubDate>Fri, 02 Mar 2007 09:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/#comment-17</guid>
		<description>Thanks for that Andy. That technique is documented above: 
http://www.themaninblue.com/writing/perspective/2004/06/18/</description>
		<content:encoded><![CDATA[<p>Thanks for that Andy. That technique is documented above:<br />
<a href="http://www.themaninblue.com/writing/perspective/2004/06/18/" rel="nofollow">http://www.themaninblue.com/writing/perspective/2004/06/18/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/#comment-15</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 01 Mar 2007 23:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/when-is-the-right-time-to-use-png/#comment-15</guid>
		<description>There is a 'hack' that will make PNG's work in all versions (as well as validate). You use a totally transparent gif for the image (with the height and width set in the img tag) and give it a unique id. Then in the css you swap the image out for the real png file while adding support for IE. The down side is that you need a unique id for each PNG image, so its only really convenient for a big main image that you want to have transparency on. Sample code ...  and then in CSS ...
&lt;pre&gt;&lt;code&gt;
#alphaImage2 { height:190px; width:230px; background-image:url(img/logo.png); } 
* html #alphaImage2 { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png',sizingMethod='scale'); }&lt;/code&gt;&lt;/pre&gt;

Note the use of *html to provide instructions to IE6 only :-)</description>
		<content:encoded><![CDATA[<p>There is a &#8216;hack&#8217; that will make PNG&#8217;s work in all versions (as well as validate). You use a totally transparent gif for the image (with the height and width set in the img tag) and give it a unique id. Then in the css you swap the image out for the real png file while adding support for IE. The down side is that you need a unique id for each PNG image, so its only really convenient for a big main image that you want to have transparency on. Sample code &#8230;  and then in CSS &#8230;</p>
<pre><code>
#alphaImage2 { height:190px; width:230px; background-image:url(img/logo.png); }
* html #alphaImage2 { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png',sizingMethod='scale'); }</code></pre>
<p>Note the use of *html to provide instructions to IE6 only :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
