<?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>lithium flowers bloom &#187; Drawing Machine</title>
	<atom:link href="http://leejayxia.com/blog/category/itp/drawing-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://leejayxia.com/blog</link>
	<description>the weblog</description>
	<lastBuildDate>Sat, 15 May 2010 20:52:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Automating The Brush Stroke</title>
		<link>http://leejayxia.com/blog/automating-the-brush-stroke/</link>
		<comments>http://leejayxia.com/blog/automating-the-brush-stroke/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 18:40:40 +0000</pubDate>
		<dc:creator>L.J</dc:creator>
				<category><![CDATA[Drawing Machine]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Fall 2009]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://leejayxia.com/blog/?p=764</guid>
		<description><![CDATA[Here&#8217;s a rough diagram of the drawing machine architecture that I have in mind. I&#8217;m building the components from bottom to top. I moved on from the brush stroke and started to work on a set of drawing functions that incorporate the stroke. Currently coverage: moveTo, lineTo, rect, circle the moveTo function is necessary since [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a rough diagram of the drawing machine architecture that I have in mind. I&#8217;m building the components from bottom to top.</p>
<p><a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/Drawing-Machine.png" rel="lightbox[764]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/Drawing-Machine-300x149.png" alt="Drawing Machine" title="Drawing Machine" width="300" height="149" class="alignnone size-medium wp-image-767" /></a></p>
<p>I moved on from the brush stroke and started to work on a set of drawing functions that incorporate the stroke. </p>
<p>Currently coverage:</p>
<ul>
<li>moveTo,	</li>
<li>lineTo,</li>
<li>rect,</li>
<li>circle</li>
</ul>
<p>the moveTo function is necessary since the dynamics of the brush motion would depend on the last stroke, both position and speed.</p>
<p>currently i&#8217;m working on the curve function, it&#8217;s quite a challenge to get the brush movement natural enough and calculation is also dependent on the stroke length and brush size too. once this is done I think all basic drawing functions are covered for now and I will move onto the composition stage.</p>
<p>this is a simple test:</p>
<p><object width="603" height="358"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7675016&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7675016&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="603" height="358"></embed></object>
<p><a href="http://vimeo.com/7675016">stroke update</a> from <a href="http://vimeo.com/liangjie">Liangjie Xia</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://leejayxia.com/blog/automating-the-brush-stroke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Passive Drawing Machine</title>
		<link>http://leejayxia.com/blog/a-passive-drawing-machine/</link>
		<comments>http://leejayxia.com/blog/a-passive-drawing-machine/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:06:15 +0000</pubDate>
		<dc:creator>L.J</dc:creator>
				<category><![CDATA[Drawing Machine]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Fall 2009]]></category>
		<category><![CDATA[ink]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[sponge]]></category>

		<guid isPermaLink="false">http://leejayxia.com/blog/?p=769</guid>
		<description><![CDATA[worked on this simple drawing machine a couple of month ago but never got it posted. The machine draws with dripping ink, which is loaded into the cup and slowed down by the sponge. The machine draws while the movable paper holder is pushed, leaving passive trails on the paper.]]></description>
			<content:encoded><![CDATA[<p>worked on this simple drawing machine a couple of month ago but never got it posted.</p>
<p><a href="http://farm3.static.flickr.com/2611/4024693323_84178e0709.jpg" title="R0011389" rel="lightbox" class=""><img alt="R0011389" src="http://farm3.static.flickr.com/2611/4024693323_84178e0709.jpg"></a></p>
<p>The machine draws with dripping ink, which is loaded into the cup and slowed down by the sponge.</p>
<p><a href="http://farm4.static.flickr.com/3531/4025446254_247728d390.jpg" title="R0011392" rel="lightbox" class=""><img alt="R0011392" src="http://farm4.static.flickr.com/3531/4025446254_247728d390.jpg"></a></p>
<p>The machine draws while the movable paper holder is pushed, leaving passive trails on the paper.</p>
<p><a href="http://farm4.static.flickr.com/3510/4024693877_9596949d9c.jpg" title="R0011397" rel="lightbox" class=""><img alt="R0011397" src="http://farm4.static.flickr.com/3510/4024693877_9596949d9c.jpg"></a></p>
<p><a href="http://farm3.static.flickr.com/2756/4025843951_31dd652900.jpg" title="drawing_machine_watercolor" rel="lightbox" class=""><img alt="drawing_machine_watercolor" src="http://farm3.static.flickr.com/2756/4025843951_31dd652900.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://leejayxia.com/blog/a-passive-drawing-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on my brush stroke</title>
		<link>http://leejayxia.com/blog/update-on-my-brush-stroke/</link>
		<comments>http://leejayxia.com/blog/update-on-my-brush-stroke/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 08:35:22 +0000</pubDate>
		<dc:creator>L.J</dc:creator>
				<category><![CDATA[Drawing Machine]]></category>
		<category><![CDATA[brush]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Fall 2009]]></category>
		<category><![CDATA[ITP]]></category>

		<guid isPermaLink="false">http://leejayxia.com/blog/?p=746</guid>
		<description><![CDATA[following up my drawing machine project proposal, I built a brush stroke in the first week to simulate what a brush should behave in my imagination. Basically I built it with the idea of simulating chinese calligraphy (without the splashing ink part) so first it should be used for writing, and it came out pretty [...]]]></description>
			<content:encoded><![CDATA[<p>following up my <a href="http://leejayxia.com/blog/drawing-machine-project-proposal/">drawing machine project proposal</a>, I built a brush stroke in the first week to simulate what a brush should behave in my imagination. Basically I built it with the idea of simulating chinese calligraphy (without the splashing ink part) so first it should be used for writing, and it came out pretty much as what I expected.</p>
<p><a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/gintama.jpg" rel="lightbox[746]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/gintama-300x134.jpg" alt="gintama" title="gintama" width="300" height="134" class="alignnone size-medium wp-image-750" /></a></p>
<p>Then I made some simple line drawings:</p>
<p><a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-10-28-at-上午02.17.01.png" rel="lightbox[746]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-10-28-at-上午02.17.01-300x187.png" alt="Screen shot 2009-10-28 at 上午02.17.01" title="Screen shot 2009-10-28 at 上午02.17.01" width="300" height="187" class="alignnone size-medium wp-image-757" /></a>&nbsp;<a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-10-27-at-下午10.23.58.jpg" rel="lightbox[746]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-10-27-at-下午10.23.58-300x221.jpg" alt="Screen shot 2009-10-27 at 下午10.23.58" title="Screen shot 2009-10-27 at 下午10.23.58" width="300" height="221" class="alignnone size-medium wp-image-756" /></a>&nbsp;<a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/humon.jpg" rel="lightbox[746]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/humon-300x183.jpg" alt="humon" title="humon" width="300" height="183" class="alignnone size-medium wp-image-755" /></a>&nbsp;<a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/brush-2.jpg" rel="lightbox[746]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/brush-2-300x175.jpg" alt="brush-2" title="brush-2" width="300" height="175" class="alignnone size-medium wp-image-754" /></a>&nbsp;<a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/brush-1.jpg" rel="lightbox[746]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/brush-1-300x276.jpg" alt="brush-1" title="brush-1" width="300" height="276" class="alignnone size-medium wp-image-753" /></a></p>
<p>The goal of the brush I think is to give computer generated line drawing a human feeling, even they are just coming from a series of drawing instructions. It is a little bit different than vector graphics + brush shapes, because in this case the speed of the moving brush tip does affect the look. No pressure input is required, because it is not designed to be used with a wacom tablet or anything, but purely computer generated lines. By playing with the thickness and shades of the lines, it is possible also to get depth and lighting, but that should be left for the composition stage, and I will see if it&#8217;s necessary to build more brush types for it.</p>
<p>Some ITP folks contributed some drawings too:</p>
<p><a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-02-at-下午09.45.23.png" rel="lightbox[746]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-02-at-下午09.45.23-300x187.png" alt="Screen shot 2009-11-02 at 下午09.45.23" title="Screen shot 2009-11-02 at 下午09.45.23" width="300" height="187" class="alignnone size-medium wp-image-760" /></a></p>
<p>by Li Li</p>
<p><a href="http://leejayxia.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-02-at-下午08.27.29.png" rel="lightbox[746]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/11/Screen-shot-2009-11-02-at-下午08.27.29-300x187.png" alt="Screen shot 2009-11-02 at 下午08.27.29" title="Screen shot 2009-11-02 at 下午08.27.29" width="300" height="187" class="alignnone size-medium wp-image-759" /></a></p>
<p>by Matt Richard</p>
<p>My next step would be building a set of (helper) api that uses this brush to draw, and to certain extent automate a drawing process. I&#8217;ve been experiencing some performance issue trying to isolate the drawing with PGraphics in processing from directly drawing to the screen. Not sure if I should learn a bit more OpenGL or go directly to openFrameworks for future development. </p>
]]></content:encoded>
			<wfw:commentRss>http://leejayxia.com/blog/update-on-my-brush-stroke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing Machine Project Proposal</title>
		<link>http://leejayxia.com/blog/drawing-machine-project-proposal/</link>
		<comments>http://leejayxia.com/blog/drawing-machine-project-proposal/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 15:35:11 +0000</pubDate>
		<dc:creator>L.J</dc:creator>
				<category><![CDATA[Drawing Machine]]></category>
		<category><![CDATA[Fall 2009]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[midterm]]></category>
		<category><![CDATA[proposal]]></category>

		<guid isPermaLink="false">http://leejayxia.com/blog/?p=728</guid>
		<description><![CDATA[inspiration Erik Natzke&#8216;s generative drawing in Flash Game Is Over from Erik Natzke on Vimeo. manual mouse input + flash actionscript Craig Mullins&#8216; digital painting CCTV Ink TV Commercial &#8211; Directed by Niko Tziopanos CCTV Ink TV Commercial &#8211; Directed by Niko Tziopanos from Troublemakers.tv on Vimeo. proposal I would like to create a generative [...]]]></description>
			<content:encoded><![CDATA[<h3>inspiration</h3>
<p><strong><a href="http://jot.eriknatzke.com/">Erik Natzke</a>&#8216;s generative drawing in Flash</strong></p>
<p><object width="603" height="340"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=1332119&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=1332119&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="603" height="340"></embed></object>
<p><a href="http://vimeo.com/1332119">Game Is Over</a> from <a href="http://vimeo.com/natzke">Erik Natzke</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>manual mouse input + flash actionscript</p>
<p><strong><a href="http://goodbrush.com">Craig Mullins</a>&#8216; digital painting</strong></p>
<p><a href="http://leejayxia.com/blog/wp-content/uploads/2009/10/Goodbrush.com-1.jpg" rel="lightbox[728]"><img src="http://leejayxia.com/blog/wp-content/uploads/2009/10/Goodbrush.com-1.jpg" alt="Goodbrush.com-1" title="Goodbrush.com-1" width="740" height="436" class="alignnone size-full wp-image-736" /></a></p>
<p><strong>CCTV Ink TV Commercial &#8211; Directed by Niko Tziopanos</strong></p>
<p><object width="603" height="332"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6794856&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6794856&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="603" height="332"></embed></object>
<p><a href="http://vimeo.com/6794856">CCTV Ink TV Commercial &#8211; Directed by Niko Tziopanos</a> from <a href="http://vimeo.com/troublemakers">Troublemakers.tv</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<h3>proposal</h3>
<p>I would like to create a generative piece that would be able to compose something similar to Natzke&#8217;s gesture drawing but with limited manual input. The goal is not to imitate traditional drawing in textures and strokes, but I do think I can learn from the lighting technique we see in a lot of Mullins&#8217; works. It has to be apparently digital however I would like to try coding emotions into the piece. It would be a too ambitious project for one semester, but I have some smaller starting points to work from.</p>
<p>The final form of the machine should be an automated computer program living on the web. It feeds on its own observation and produces one drawing everyday and publishes it to the web. This process is not to mimick evolution nor to develop artificial intelligence, it would be just another representation of myself, since I would code it not to be a general purpose drawing machine that draws everything perfectly, but to draw in a style similar to myself.</p>
<p>It contains apparently a lot of different components requiring totally different background knowledge. I guess I will starting with building a custom stroke module that is more responsive to the gesture, the ink ad could be a nice example of such behavior. I&#8217;m not crazy about this ink effect, but it serves a good reference for the fine controls that I would probably need to build into the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://leejayxia.com/blog/drawing-machine-project-proposal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Extended Study</title>
		<link>http://leejayxia.com/blog/extended-study/</link>
		<comments>http://leejayxia.com/blog/extended-study/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:16:18 +0000</pubDate>
		<dc:creator>L.J</dc:creator>
				<category><![CDATA[Drawing Machine]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Fall 2009]]></category>
		<category><![CDATA[ITP]]></category>

		<guid isPermaLink="false">http://leejayxia.com/blog/?p=721</guid>
		<description><![CDATA[I found this ref photo on ffffound for extended drawing study]]></description>
			<content:encoded><![CDATA[<p>I found this ref photo on <a href="http://ffffound.com/image/41b714b9e17d3021e5220971d007b29c343a0170">ffffound</a> for extended drawing study</p>
<p><a href="http://farm3.static.flickr.com/2564/4004570177_428bbc46f9.jpg" title="DSC05937" rel="lightbox" class=""><img alt="DSC05937" src="http://farm3.static.flickr.com/2564/4004570177_572c894da6_o.jpg"></a></p>
<p><a href="http://farm4.static.flickr.com/3514/4004570523_4c1019566c.jpg" title="DSC05938" rel="lightbox" class=""><img alt="DSC05938" src="http://farm4.static.flickr.com/3514/4004570523_ecb588e308_o.jpg"></a></p>
<p><a href="http://farm4.static.flickr.com/3562/4005336718_f40a0683b9.jpg" title="DSC05939" rel="lightbox" class=""><img alt="DSC05939" src="http://farm4.static.flickr.com/3562/4005336718_086236e70d_o.jpg"></a></p>
<p><a href="http://farm3.static.flickr.com/2534/4004571031_9fe1e81b6c.jpg" title="DSC05940" rel="lightbox" class=""><img alt="DSC05940" src="http://farm3.static.flickr.com/2534/4004571031_d53364ded0_o.jpg"></a></p>
<p><a href="http://farm3.static.flickr.com/2509/4005337178_152c551781.jpg" title="DSC05941" rel="lightbox" class=""><img alt="DSC05941" src="http://farm3.static.flickr.com/2509/4005337178_06e10c6a7c_o.jpg"></a></p>
<p><a href="http://farm3.static.flickr.com/2484/4005337538_4e728c8923.jpg" title="DSC05944" rel="lightbox" class=""><img alt="DSC05944" src="http://farm3.static.flickr.com/2484/4005337538_5f2523c2ff_o.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://leejayxia.com/blog/extended-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gestures and Form</title>
		<link>http://leejayxia.com/blog/gestures-and-form/</link>
		<comments>http://leejayxia.com/blog/gestures-and-form/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 19:57:08 +0000</pubDate>
		<dc:creator>L.J</dc:creator>
				<category><![CDATA[Drawing Machine]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Fall 2009]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[gesture]]></category>
		<category><![CDATA[ITP]]></category>

		<guid isPermaLink="false">http://leejayxia.com/blog/?p=715</guid>
		<description><![CDATA[Gesture Studies on the street: &#160;&#160;&#160;&#160;&#160; Form Study:]]></description>
			<content:encoded><![CDATA[<p><strong>Gesture Studies on the street:</strong></p>
<p><a href="http://farm3.static.flickr.com/2498/3961707864_e1665af376.jpg" title="gesture_7" rel="lightbox" class=""><img alt="gesture_7" src="http://farm3.static.flickr.com/2498/3961707864_e1665af376.jpg"></a>&nbsp;<a href="http://farm3.static.flickr.com/2584/3960934219_4c238e6d18.jpg" title="gesture_9" rel="lightbox" class=""><img alt="gesture_9" src="http://farm3.static.flickr.com/2584/3960934219_4c238e6d18.jpg"></a>&nbsp;<a href="http://farm4.static.flickr.com/3456/3960933197_508cd13629.jpg" title="gesture_5" rel="lightbox" class=""><img alt="gesture_5" src="http://farm4.static.flickr.com/3456/3960933197_508cd13629.jpg"></a>&nbsp;<a href="http://farm4.static.flickr.com/3534/3961708894_a529bef9fb.jpg" title="gesture_11" rel="lightbox" class=""><img alt="gesture_11" src="http://farm4.static.flickr.com/3534/3961708894_a529bef9fb.jpg"></a>&nbsp;<a href="http://farm3.static.flickr.com/2653/3961708620_45d665c613.jpg" title="gesture_10" rel="lightbox" class=""><img alt="gesture_10" src="http://farm3.static.flickr.com/2653/3961708620_45d665c613.jpg"></a>&nbsp;<a href="http://farm3.static.flickr.com/2673/3961707006_ece9262fda.jpg" title="gesture_3" rel="lightbox" class=""><img alt="gesture_3" src="http://farm3.static.flickr.com/2673/3961707006_ece9262fda.jpg"></a></p>
<p><strong>Form Study:</strong></p>
<p><a href="http://farm4.static.flickr.com/3574/3982245768_9ce427d40b.jpg" title="tree" rel="lightbox" class=""><img alt="tree" src="http://farm4.static.flickr.com/3574/3982245768_9ce427d40b.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://leejayxia.com/blog/gestures-and-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>line and contour</title>
		<link>http://leejayxia.com/blog/line-and-contour/</link>
		<comments>http://leejayxia.com/blog/line-and-contour/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:24:43 +0000</pubDate>
		<dc:creator>L.J</dc:creator>
				<category><![CDATA[Drawing Machine]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[contour]]></category>
		<category><![CDATA[drawing]]></category>
		<category><![CDATA[Fall 2009]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[Week1]]></category>

		<guid isPermaLink="false">http://leejayxia.com/blog/?p=683</guid>
		<description><![CDATA[1. Place one (large) drop of ink on a piece of paper; 2. Tilt the paper to push the ink towards the other corner of the paper but keep the ink from the edge of the paper; Contour Studies]]></description>
			<content:encoded><![CDATA[<p><a href="http://leejayxia.com/blog/wp-content/uploads/2009/09/DSC05842.jpg" rel="lightbox[683]"><img class="alignnone size-medium wp-image-684" title="DSC05842" src="http://leejayxia.com/blog/wp-content/uploads/2009/09/DSC05842-300x225.jpg" alt="DSC05842" width="300" height="225" /></a> <a href="http://leejayxia.com/blog/wp-content/uploads/2009/09/DSC05843.jpg" rel="lightbox[683]"><img class="alignnone size-medium wp-image-685" title="DSC05843" src="http://leejayxia.com/blog/wp-content/uploads/2009/09/DSC05843-300x225.jpg" alt="DSC05843" width="300" height="225" /></a></p>
<p>1. Place one (large) drop of ink on a piece of paper;</p>
<p>2. Tilt the paper to push the ink towards the other corner of the paper but keep the ink from the edge of the paper;</p>
<p>Contour Studies</p>
<p><a href="http://farm3.static.flickr.com/2631/3947085448_47510ee704.jpg" title="DSC05864" rel="lightbox" class=""><img alt="DSC05864" src="http://farm3.static.flickr.com/2631/3947085448_47510ee704.jpg"></a></p>
<p><a href="http://farm3.static.flickr.com/2621/3946303955_112859fb5b.jpg" title="DSC05863" rel="lightbox" class=""><img alt="DSC05863" src="http://farm3.static.flickr.com/2621/3946303955_112859fb5b.jpg"></a></p>
<p><a href="http://farm3.static.flickr.com/2492/3946303479_d6ab9b02e0.jpg" title="DSC05862" rel="lightbox" class=""><img alt="DSC05862" src="http://farm3.static.flickr.com/2492/3946303479_d6ab9b02e0.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://leejayxia.com/blog/line-and-contour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

