<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Image smoothing in Flex</title>
	<atom:link href="http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/</link>
	<description>Hacking away at UI development</description>
	<lastBuildDate>Tue, 07 Sep 2010 02:08:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: camden_kid</title>
		<link>http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/comment-page-1/#comment-22283</link>
		<dc:creator>camden_kid</dc:creator>
		<pubDate>Wed, 25 Aug 2010 20:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.craftymind.com/?p=13#comment-22283</guid>
		<description>Very good. Thanks.</description>
		<content:encoded><![CDATA[<p>Very good. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyrone Neill</title>
		<link>http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/comment-page-1/#comment-21467</link>
		<dc:creator>Tyrone Neill</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.craftymind.com/?p=13#comment-21467</guid>
		<description>Why are we smoothing on updatedisplaylist? this would cause smoothing to constantly be applied if the image is moved?</description>
		<content:encoded><![CDATA[<p>Why are we smoothing on updatedisplaylist? this would cause smoothing to constantly be applied if the image is moved?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisc</title>
		<link>http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/comment-page-1/#comment-20001</link>
		<dc:creator>Francisc</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.craftymind.com/?p=13#comment-20001</guid>
		<description>Thank you! Great component and just in time too!</description>
		<content:encoded><![CDATA[<p>Thank you! Great component and just in time too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/comment-page-1/#comment-14018</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Thu, 02 Jul 2009 17:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.craftymind.com/?p=13#comment-14018</guid>
		<description>This code worked fine for me to make images look smooth. I just wanted some of my imgages to implement this not all .Check it here :
&lt;a href=&#039;http://askmeflash.com/article_m.php?p=article&amp;id=4&#039; rel=&quot;nofollow&quot;&gt;http://askmeflash.com/article_m.php?p=article&amp;id=4&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This code worked fine for me to make images look smooth. I just wanted some of my imgages to implement this not all .Check it here :<br />
<a href='http://askmeflash.com/article_m.php?p=article&amp;id=4' rel="nofollow">http://askmeflash.com/article_m.php?p=article&amp;id=4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetan Sachdev</title>
		<link>http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/comment-page-1/#comment-2521</link>
		<dc:creator>Chetan Sachdev</dc:creator>
		<pubDate>Sat, 02 Aug 2008 17:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.craftymind.com/?p=13#comment-2521</guid>
		<description>Very nice example..

Thanks</description>
		<content:encoded><![CDATA[<p>Very nice example..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lance</title>
		<link>http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/comment-page-1/#comment-949</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Fri, 13 Jun 2008 19:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.craftymind.com/?p=13#comment-949</guid>
		<description>How would this work with an image that is being defined in the CSS file? 

This is great BTW -- something I as a designer first, seriously need to bring my artwork into flex!

Thanks</description>
		<content:encoded><![CDATA[<p>How would this work with an image that is being defined in the CSS file? </p>
<p>This is great BTW &#8212; something I as a designer first, seriously need to bring my artwork into flex!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedlarm</title>
		<link>http://www.craftymind.com/2008/03/10/image-smoothing-in-flex/comment-page-1/#comment-350</link>
		<dc:creator>Fedlarm</dc:creator>
		<pubDate>Fri, 09 May 2008 13:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.craftymind.com/?p=13#comment-350</guid>
		<description>very cool:)

Here is it as a class:

package ipaper.framework
{
	import mx.controls.Image;
	import flash.display.Bitmap;
	
	public class SmoothImage extends Image
	{
		override protected function updateDisplayList(unscaledWidth:Number,unscaledHeight:Number):void
		{
			super.updateDisplayList(unscaledWidth, unscaledHeight);
			if(content is Bitmap)
			{
				var bmp:Bitmap = Bitmap(content);
				if(bmp &amp;&amp; bmp.smoothing == false)
					bmp.smoothing = true;
			}
		}
	}
}</description>
		<content:encoded><![CDATA[<p>very cool:)</p>
<p>Here is it as a class:</p>
<p>package ipaper.framework<br />
{<br />
	import mx.controls.Image;<br />
	import flash.display.Bitmap;</p>
<p>	public class SmoothImage extends Image<br />
	{<br />
		override protected function updateDisplayList(unscaledWidth:Number,unscaledHeight:Number):void<br />
		{<br />
			super.updateDisplayList(unscaledWidth, unscaledHeight);<br />
			if(content is Bitmap)<br />
			{<br />
				var bmp:Bitmap = Bitmap(content);<br />
				if(bmp &amp;&amp; bmp.smoothing == false)<br />
					bmp.smoothing = true;<br />
			}<br />
		}<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
