<?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: Parsing and displaying BMP files via ActionScript</title>
	<atom:link href="http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Aaron</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-27340</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Mon, 07 Nov 2011 20:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-27340</guid>
		<description>Using the old code I was able to pull the alpha byte out after the red, but how would that we accomplished using the more efficient version:

var pixelValue:uint = fs.readUnsignedByte() &#124; fs.readUnsignedShort() &lt;&lt; 8;</description>
		<content:encoded><![CDATA[<p>Using the old code I was able to pull the alpha byte out after the red, but how would that we accomplished using the more efficient version:</p>
<p>var pixelValue:uint = fs.readUnsignedByte() | fs.readUnsignedShort() &lt;&lt; 8;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ Myers</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-26994</link>
		<dc:creator>JJ Myers</dc:creator>
		<pubDate>Fri, 22 Jul 2011 16:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-26994</guid>
		<description>Mike,

You&#039;re a rock star! Thanks for the post.</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>You&#8217;re a rock star! Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AS3 JPEG Decoder - ByteArray.org</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-23626</link>
		<dc:creator>AS3 JPEG Decoder - ByteArray.org</dc:creator>
		<pubDate>Wed, 11 Aug 2010 16:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-23626</guid>
		<description>[...] in AS3 ? The Flash Player does it natively and supports it, its not like decoding animated GIFs, or BMP, etc. Well, for my part, I needed a JPEG decoding class for AlivePDF in order to make the [...]</description>
		<content:encoded><![CDATA[<p>[...] in AS3 ? The Flash Player does it natively and supports it, its not like decoding animated GIFs, or BMP, etc. Well, for my part, I needed a JPEG decoding class for AlivePDF in order to make the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Load 40 image formats into Flash. Oh, and it&#8217;s open source. &#124; Nate Beck - Adobeholic</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-19168</link>
		<dc:creator>Load 40 image formats into Flash. Oh, and it&#8217;s open source. &#124; Nate Beck - Adobeholic</dc:creator>
		<pubDate>Tue, 20 Apr 2010 23:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-19168</guid>
		<description>[...] Built in image support of Adobe Flash Player limits you to 3 image formats: gif, jpg and png. While this has worked well for many, many years&#8230; I recently have needed to expand the types of formats that I could use in Flash Player. I should also note that you can absolutely add support for these formats directly in ActionScript using ByteArray. For example Mike Chambers blogged about an AS3 BMP parser. [...]</description>
		<content:encoded><![CDATA[<p>[...] Built in image support of Adobe Flash Player limits you to 3 image formats: gif, jpg and png. While this has worked well for many, many years&#8230; I recently have needed to expand the types of formats that I could use in Flash Player. I should also note that you can absolutely add support for these formats directly in ActionScript using ByteArray. For example Mike Chambers blogged about an AS3 BMP parser. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikechambers</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-17491</link>
		<dc:creator>mikechambers</dc:creator>
		<pubDate>Thu, 05 Nov 2009 07:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-17491</guid>
		<description>@Henke37

Ahh, good catch, thanks for pointing that out.

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>@Henke37</p>
<p>Ahh, good catch, thanks for pointing that out.</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henke37</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-17490</link>
		<dc:creator>Henke37</dc:creator>
		<pubDate>Thu, 05 Nov 2009 06:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-17490</guid>
		<description>You missed one case in the fileformat, when the height value is negative. That means that the row order is inverted, that is, it is top to bottom. The loop will terminate prematurely when this happens.</description>
		<content:encoded><![CDATA[<p>You missed one case in the fileformat, when the height value is negative. That means that the row order is inverted, that is, it is top to bottom. The loop will terminate prematurely when this happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrm</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-16826</link>
		<dc:creator>mrm</dc:creator>
		<pubDate>Mon, 28 Sep 2009 12:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-16826</guid>
		<description>Full-fledged BMP decoder:
http://www.libspark.org/svn/as3/BMPDecoder/src/com/voidelement/images/BMPDecoder.as</description>
		<content:encoded><![CDATA[<p>Full-fledged BMP decoder:<br />
<a href="http://www.libspark.org/svn/as3/BMPDecoder/src/com/voidelement/images/BMPDecoder.as" rel="nofollow">http://www.libspark.org/svn/as3/BMPDecoder/src/com/voidelement/images/BMPDecoder.as</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trinidev &#187; Afficher des images BMP dans le player Flash</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-16761</link>
		<dc:creator>Trinidev &#187; Afficher des images BMP dans le player Flash</dc:creator>
		<pubDate>Fri, 18 Sep 2009 10:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-16761</guid>
		<description>[...] Mike Chambers à trouvé une astuce bien sympa qui permet de charger et d&#8217;afficher des images 24Bit BMP dans le player Flash. Bon je sais, vouloir charger du BMP dans Flash, ça n&#8217;arrive pas tous les jours mais cet exemple met en évidence l&#8217;utilité de charger les données au format binaire. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mike Chambers à trouvé une astuce bien sympa qui permet de charger et d&#8217;afficher des images 24Bit BMP dans le player Flash. Bon je sais, vouloir charger du BMP dans Flash, ça n&#8217;arrive pas tous les jours mais cet exemple met en évidence l&#8217;utilité de charger les données au format binaire. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liz Myers</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-16760</link>
		<dc:creator>Liz Myers</dc:creator>
		<pubDate>Fri, 18 Sep 2009 09:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-16760</guid>
		<description>No computer science degree here either - appreciate your sharing that. I&#039;ll bookmark this and review Lee&#039;s presentation. LB is a wonderful trainer isn&#039;t he?! My hero and role model. Liz</description>
		<content:encoded><![CDATA[<p>No computer science degree here either &#8211; appreciate your sharing that. I&#8217;ll bookmark this and review Lee&#8217;s presentation. LB is a wonderful trainer isn&#8217;t he?! My hero and role model. Liz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ragona</title>
		<link>http://www.mikechambers.com/blog/2009/09/17/parsing-and-displaying-bmp-files-via-actionscript/comment-page-1/#comment-16759</link>
		<dc:creator>Ragona</dc:creator>
		<pubDate>Fri, 18 Sep 2009 00:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1830#comment-16759</guid>
		<description>Sweet, thanks for sharing. I don&#039;t have a computer science degree either, so I&#039;m always happy to see examples of working with low-level bits and bytes and such.</description>
		<content:encoded><![CDATA[<p>Sweet, thanks for sharing. I don&#8217;t have a computer science degree either, so I&#8217;m always happy to see examples of working with low-level bits and bytes and such.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

