<?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>Being the adventures of a young man whose principal interests are... &#187; mosaic</title>
	<atom:link href="http://juliankussman.com/blog/tag/mosaic/feed/" rel="self" type="application/rss+xml" />
	<link>http://juliankussman.com/blog</link>
	<description>Advertising, Interactive Art Direction, and usability.</description>
	<lastBuildDate>Tue, 27 Dec 2011 17:32:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AS3 bitmap mosaic class</title>
		<link>http://juliankussman.com/blog/2008/10/01/as3-bitmap-mosaic-class/</link>
		<comments>http://juliankussman.com/blog/2008/10/01/as3-bitmap-mosaic-class/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 22:06:39 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[bitmap]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[mosaic]]></category>

		<guid isPermaLink="false">http://juliankussman.com/blog/?p=82</guid>
		<description><![CDATA[This class will allow you to create a pixellated copy of any display object. It allows for varying pixel sizes and caching of rendered pixels so you don&#8217;t have to redraw them every time. mosaic Usage is as follows: var &#8230; <a href="http://juliankussman.com/blog/2008/10/01/as3-bitmap-mosaic-class/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This class will allow you to create a pixellated copy of any display object.</p>
<p>It allows for varying pixel sizes and caching of rendered pixels so you don&#8217;t have to redraw them every time.</p>
<p><a href="http://juliankussman.com/blog/wp-content/uploads/2008/10/mosaic.zip">mosaic</a></p>
<p>Usage is as follows:</p>
<p>var myMoz:Mosaic = new Mosaic(yourDisplayObj:DisplayObject, pixelSize:uint, useCache:Boolean);<br />
addChild(myMoz);</p>
<p>or</p>
<p>var myMoz:Mosaic = new Mosaic(yourDisplayObj);<br />
myMoz.pixelSize = 10;<br />
myMoz.render();</p>
<p>Give it a try and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://juliankussman.com/blog/2008/10/01/as3-bitmap-mosaic-class/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>

