<?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: ActionScript 3中描画像素的最快的方法</title>
	<atom:link href="http://blog.minidx.com/2008/05/01/812.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com/2008/05/01/812.html</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:20:59 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chzcb</title>
		<link>http://blog.minidx.com/2008/05/01/812.html/comment-page-1#comment-14356</link>
		<dc:creator>chzcb</dc:creator>
		<pubDate>Mon, 14 Dec 2009 05:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/05/01/812.html#comment-14356</guid>
		<description>一般批量处理一些图片的时候尽量避免用setPixels，真的太费了！能用copyPixels的时候就用，实在不行，只能用预处理产生配置文件，最后真没有好的办法，只能放弃实现，寻求其他的了</description>
		<content:encoded><![CDATA[<p>一般批量处理一些图片的时候尽量避免用setPixels，真的太费了！能用copyPixels的时候就用，实在不行，只能用预处理产生配置文件，最后真没有好的办法，只能放弃实现，寻求其他的了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: efish</title>
		<link>http://blog.minidx.com/2008/05/01/812.html/comment-page-1#comment-5096</link>
		<dc:creator>efish</dc:creator>
		<pubDate>Mon, 05 May 2008 14:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.minidx.com/2008/05/01/812.html#comment-5096</guid>
		<description>在AS3里操纵单个像素应该没有比setPixel更快的了。批量处理像素setPixels也是最快的。虽然copyPixels更快，但是不够灵活。</description>
		<content:encoded><![CDATA[<p>在AS3里操纵单个像素应该没有比setPixel更快的了。批量处理像素setPixels也是最快的。虽然copyPixels更快，但是不够灵活。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
