<?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>jacobmake &#187; Illustrator</title>
	<atom:link href="http://www.jacobmake.com/tag/illustrator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jacobmake.com</link>
	<description>I have creative ADD</description>
	<lastBuildDate>Tue, 17 Aug 2010 22:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Generating Topo Map Lines</title>
		<link>http://www.jacobmake.com/2008/05/generating-topo-map-lines/</link>
		<comments>http://www.jacobmake.com/2008/05/generating-topo-map-lines/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 02:10:11 +0000</pubDate>
		<dc:creator>jacobmake</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Digital Process]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Live Trace]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[Topography]]></category>

		<guid isPermaLink="false">http://www.jacobmake.com/?p=73</guid>
		<description><![CDATA[The last few days I&#8217;ve immersed myself in Math. I&#8217;ve been trying to figure out a way to generate lines that mimic topography with the ActionScript 3 Drawing API. I studied the math that goes into bezier cubic and quadratic curves, and investigated a little bit in Sin waves. All I ended up with was [...]]]></description>
			<content:encoded><![CDATA[<p>The last few days I&#8217;ve immersed myself in Math. I&#8217;ve been trying to figure out a way to generate lines that mimic topography with the ActionScript 3 Drawing API. I studied the math that goes into bezier cubic and quadratic curves, and investigated a little bit in Sin waves. All I ended up with was a headache. I built some line generators but they didn&#8217;t really FEEL like topography.</p>
<p><strong>Then I had a eureka moment.</strong></p>
<p>&#8220;I&#8217;ll use the bitmapData class, blur me some bitmap data. Then I could loop through and select pixel groups by value and trace out the groups!&#8221;</p>
<p><strong>Then I had another eureka moment.</strong> (Two in one day, it was amazing.)</p>
<p>&#8220;Someone already did this, it&#8217;s called Live Trace and it lives in Adobe Illustrator.&#8221;</p>
<p>So here is what I did. I took <a href="http://www.jacobmake.com" target="_blank">this image</a>. Then I killed the saturation, blurred it out and tweaked the contrast to get this;</p>
<p><a href="http://www.jacobmake.com/wp-content/uploads/2008/05/topotest.jpg"><img class="alignnone size-medium wp-image-74" title="topotest" src="http://www.jacobmake.com/wp-content/uploads/2008/05/topotest-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Then I ran it through Live Trace with a grayscale setting and colors set to about 25. And it came out looking a lot like a topo map.</p>
<p><a href="http://www.jacobmake.com/wp-content/uploads/2008/05/picture-3.png"><img class="alignnone size-medium wp-image-75" title="picture-3" src="http://www.jacobmake.com/wp-content/uploads/2008/05/picture-3-300x244.png" alt="Pretty Topo Lines" width="300" height="244" /></a></p>
<p>I think I could still do something siimilar in AS with the Bitmap data class, and maybe I will just to prove it to myself I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobmake.com/2008/05/generating-topo-map-lines/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
