<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code Couch &#187; Images</title>
	<atom:link href="http://www.codecouch.com/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codecouch.com</link>
	<description>The ramblings of two code monkeys</description>
	<lastBuildDate>Thu, 19 Nov 2009 15:47:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make your alpha transparent PNGs 32-bit</title>
		<link>http://www.codecouch.com/2007/06/make-your-alpha-transparent-pngs-32-bit/</link>
		<comments>http://www.codecouch.com/2007/06/make-your-alpha-transparent-pngs-32-bit/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 10:58:09 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Graphical]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[PNG]]></category>

		<guid isPermaLink="false">http://www.codecouch.com/?p=101</guid>
		<description><![CDATA[You should always ensure any alpha transparent PNGs are 32-bit to ensure that they always display the same colour across all browsers.]]></description>
			<content:encoded><![CDATA[<p>You should always ensure any alpha transparent <acronym title="Portable Network Graphics">PNG</acronym>s are 32-bit to ensure that they always display the same colour across all browsers. Recently, Firefox and IE displayed a particular 24-bit alpha transparent PNG differently. Changing the PNG to 32-bit fixed this and both browsers rendered the PNG the same.</p>
<p>I have also experienced this with Safari 2 on MacOSX &#8211; again, switching to 32-bit PNG fixed the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codecouch.com/2007/06/make-your-alpha-transparent-pngs-32-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
