<?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>adrianlikins.com &#187; graphics</title>
	<atom:link href="http://adrianlikins.com/category/software/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://adrianlikins.com</link>
	<description></description>
	<lastBuildDate>Wed, 06 Jul 2011 03:34:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>color sorting</title>
		<link>http://adrianlikins.com/2011/07/color-sorting/</link>
		<comments>http://adrianlikins.com/2011/07/color-sorting/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 03:34:15 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[free culture]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=615</guid>
		<description><![CDATA[I find the idea of sorting a set of colors in interesting ways. It&#8217;s very much a perceptual problem. Different people will sort a color palette in different ways. &#8220;web&#8221; palette sorted by saturation. (Some of these examples are truncated &#8230; <a href="http://adrianlikins.com/2011/07/color-sorting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I find the idea of sorting a set of colors in interesting ways. It&#8217;s very much a perceptual problem. Different people will sort a color palette in different ways.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_sat.png" alt="" />&#8220;web&#8221; palette sorted by saturation. (Some of these examples are truncated for formatting, see the <a href="http://adrianlikins.com/sortpal">sortpal</a> pages for fuller versions)</p>
<p>People organize colors differently. Lots of ways to sort them mathematically. Some map well to what people perceive as correct. Some do not.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_rgb3d.png" alt="" />web palette sorted by proximity in rgb colorspace</p>
<p><a href="http://adrianlikins.com/sortpal">Sortpal</a> is project to try to visualize what some of these different methods look like, and how they compare to each other. It shows a set of color palettes, sorted by the various attributes like it&#8217;s redness, or brightness, or saturation. For example, in the &#8220;red&#8221; row, the reddest colors are at the far left and decreasingly red colors to the right. The width of the color depends on the number of colors in the palette.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_red.png" alt="" />web palette sorted by redness</p>
<p>Different color palettes can be chosen, including the <a href="http://adrianlikins.com/sortpal/?palette=Web">216 &#8220;web safe&#8221; palette</a> (<a href="http://en.wikipedia.org/wiki/Web_colors">wiki</a>), the <a href="http://adrianlikins.com/sortpal/?palette=Named_Colors">X11/css &#8220;named&#8221; colors (</a><a href="http://en.wikipedia.org/wiki/X11_color_names">wiki</a>), the <a href="http://adrianlikins.com/sortpal/?palette=xkcd">xkcd color survey</a>  (<a href="http://blog.xkcd.com/2010/05/03/color-survey-results/">xkcd color survey</a>), a rough approximation of the spot colors often used in <a href="http://adrianlikins.com/sortpal/?palette=print">print</a>, a </a><a href="http://adrianlikins.com/sortpal/?palette=hilbert_rgb">Hilbert curve through rgb space</a> (<a href="http://en.wikipedia.org/wiki/Hilbert_curve">wiki</a>), misc artistic palettes, etc.</a></p>
<p>The sort methods fall into a couple of sorts (ha!):</p>
<p>Sorting by one component of a color space, the most obvious being the red, blue, green values of RGB:</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_red.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_green.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_blue.png" alt="" />web palette sorted by red, green, blue respectively</p>
<p>Hue, saturation, and value (<a href="http://en.wikipedia.org/wiki/HSL_and_HSV">HSL and HSV</a>) is another color space, that maps a lot more naturally to how people understand colors.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_hue.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_sat.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_value.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_lightness.png" alt="" /><br />
web palette sorted by hue, saturation, value, lightness, respectively.</p>
<p>Hue or Saturation are probably what most people think of as the natural way to sort colors.</p>
<p>Another approach is sorting by proximity in the 3d color space. The idea being to start at the origin, and find the closest colors in 3d.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_hsl3d.png" alt="" />Hue, Saturation, Lightness 3d</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_hsv3d.png" alt="" />Hue, Saturation, Value 3d</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_rgb3d.png" alt="" />Red, Green, Blue 3d</p>
<p>The code is up at <a href="https://github.com/alikins/sortpal.js">github</a>. No promises to it&#8217;s correctness or functionality.</p>
<p>Note that for the most part, all of the methods shown here are described as being one parameter sorts, but in some cases there are secondary and tertiary sorts as well (hsv3d, and chroma ) mostly just to stabilize the sorts.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2011/07/color-sorting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Business card caliper</title>
		<link>http://adrianlikins.com/2009/07/business-card-caliper/</link>
		<comments>http://adrianlikins.com/2009/07/business-card-caliper/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:30:49 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[free culture]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=537</guid>
		<description><![CDATA[This is a project I&#8217;ve been experimenting with at Techshop Durham. It is a laser cut business card that folds up to create a working caliper. I&#8217;ll probably make some for myself, Rod-o-Rama, and lintqueen. The card in &#8220;ready to &#8230; <a href="http://adrianlikins.com/2009/07/business-card-caliper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a project I&#8217;ve been experimenting with at <a href="http://www.techshopdurham.com">Techshop Durham</a>. It is a laser cut business card that folds up to create a working caliper. I&#8217;ll probably make some for <a href="http://www.adrianlikins.com">myself</a>, <a href="http://www.rodorama.com">Rod-o-Rama</a>, and <a href="http://www.lintqueen.com">lintqueen</a>.</p>
<p><a href="http://www.flickr.com/photos/alikins/3687450279/"><img src="http://www.adrianlikins.com/gallery/d/1597-2/card_red_2.jpg"></a><br />
The card in &#8220;ready to hand out&#8221; mode</p>
<p><a href="http://www.flickr.com/photos/alikins/3688263680/"><img src="http://www.adrianlikins.com/gallery/d/1598-2/card_caliper_1.jpg"></a><br />
Card assembled, ready to use. These particular examples were actually cut out of paint chip cards (<a href="http://www.lintqueen.com">lintqueen&#8217;s</a> idea).</p>
<p><a href="http://www.flickr.com/photos/alikins/3688263682/"><img src="http://www.adrianlikins.com/gallery/d/1607-2/card_caliper_2.jpg"></a><br />
After snapping out parts.</p>
<p><a href="http://www.flickr.com/photos/alikins/3688263698/"><img src="http://www.adrianlikins.com/gallery/d/1609-2/card_caliper_slider.jpg"></a><br />
Folding over the slide</p>
<p><a href="http://www.flickr.com/photos/alikins/3688263688/"><img src="http://www.adrianlikins.com/gallery/d/1608-2/card_caliper_assembly.jpg"></a><br />
Next step in assembly.</p>
<p><a href="http://www.flickr.com/photos/alikins/3688263692"><img src="http://www.adrianlikins.com/gallery/d/1610-2/card_caliper_complete.jpg"></a><br />
Assembly completed.</p>
<p><a href="http://www.flickr.com/photos/alikins/3688263684/"><img src="http://www.adrianlikins.com/gallery/d/1603-2/card_caliper_8mm.jpg"></a><br />
In action, measuring an 8mm hex key. Accuracy and precision are not too bad for something folded out of paper.</p>
<p>It&#8217;s cut and engraved with the epilog laser cutter at <a href="http://techshopdurham.com">Techshop Durham</a>. Initial design scratched out on paper, transferred to <a href="http://www.inkscape.org">Inkscape</a>, final tweaking in Corel Draw (actualy, lots of tweaking, since it did a horrible job importing the svg). </p>
<p>It still needs some refinements, like better instructions and possibly an illustration or two. I have some minor aesthetic tweaks in mind as well, but this version is mostly complete.  </p>
<p>The corel draw source file is <a href="http://www.adrianlikins.com/business_card/business_card_capiler_1_0_0.cdr">here</a>. That file could use some cleanup, and I&#8217;d like to get it back into a open format like svg, but that will do for now. Consider it under Creative Commons. </p>
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="http://creativecommons.org/images/public/somerights20.png" /></a><br /><span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/StillImage" property="dc:title" rel="dc:type">Business Card Caliper</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.adrianlikins.com" property="cc:attributionName" rel="cc:attributionURL">Adrian Likins</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>.<br />Based on a work at <a xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://www.adrianlikins.com/business_card/" rel="dc:source">www.adrianlikins.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2009/07/business-card-caliper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://adrianlikins.com/2009/04/527/</link>
		<comments>http://adrianlikins.com/2009/04/527/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 15:42:15 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[doodles]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=527</guid>
		<description><![CDATA[Fiddling around with the laser cutter at Techshop. I used inkscape to vectorize some doodles, then cut then out of paper using the Epilog laser cutter at Techshop. Paper cuts very well, with pretty good detail (see the hatching cut &#8230; <a href="http://adrianlikins.com/2009/04/527/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/alikins/3474376483/" title="laser cutter cutting by alikins, on Flickr"><img src="http://farm4.static.flickr.com/3557/3474376483_c4bbb9e583.jpg" width="500" height="375" alt="laser cutter cutting" /></a></p>
<p>Fiddling around with the laser cutter at <a href="https://techshopdurham.com/">Techshop</a>. I used <a href="http://www.inkscape.org">inkscape</a> to vectorize some doodles, then cut then out of paper using the Epilog laser cutter at Techshop. </p>
<p>Paper cuts very well, with pretty good detail (see the hatching cut out from the doodle in the front for example). I&#8217;ve tried cutting acrylic as well, and it cuts well too, but in some of the detail areas, it unmelts into a bit of a blob that makes detailed parts harder to extract. Need to try it again with more power to see if it will cut a wider kerf. </p>
<p>I also tried <a href="http://www.flickr.com/photos/alikins/3475185280/in/set-72157617253107887/">engraving/rasterizing</a> an image. I think it turned out pretty well, almost exactly what I was looking for. It did burn through a little bit in one section, but I could fix that in the image. The image itself started off kind of &#8220;pointilist&#8221;, which I vectorized with some of the settings tweaked a bit so it would blurb some of the points together so it would hold together. Then I &#8220;engraved&#8221; it instead of cutting it out, but with the power set high enough to burn through the paper.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2009/04/527/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>it will blend</title>
		<link>http://adrianlikins.com/2009/02/it-will-blend/</link>
		<comments>http://adrianlikins.com/2009/02/it-will-blend/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 22:27:08 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=485</guid>
		<description><![CDATA[Spent most of Sunday trying to learn how to use Blender (Blender the 3d modelling app, not the home appliance. I&#8217;ve already gotten my KACBO [Kitchen Aid Certified Blender Operator certification]). I knew it was a fairly impressive app, just &#8230; <a href="http://adrianlikins.com/2009/02/it-will-blend/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Spent most of Sunday trying to learn how to use <a href="http://www.blender.org/">Blender</a> (Blender the 3d modelling app, not the home appliance. I&#8217;ve already gotten my KACBO [Kitchen Aid Certified Blender Operator certification]).</p>
<p>I knew it was a fairly impressive app, just from seeing what the kids did at the <a href="http://www.blendernation.com/2007/07/16/red-hat-high-2007/">Red Hat High</a> blender course a few years ago. </p>
<p>It&#8217;s not the easiest thing to learn how to use, especially since I haven&#8217;t really tried any 3d apps in about 10 years. The last time I tried it, it was all CSG based apps for building models for <a href="http://www.povray.org/">POV-RAY</a>. Blender is mostly a mesh based modelling tool, like most modern 3d apps. </p>
<p>The main motivation being a combination of sites that offer web based 3d printing like <a href="http://www.shapeways.com">shapeways.com</a> and the possibility of <a href="http://www.techshoprdu.com">Techshop Durham</a> getting a 3d printer in the future. </p>
<p>I only made it through a couple of the tutorials so far, but it&#8217;s been fun. Just need to figure out something cool to design and print. </p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2009/02/it-will-blend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nerd News</title>
		<link>http://adrianlikins.com/2007/10/nerd-news/</link>
		<comments>http://adrianlikins.com/2007/10/nerd-news/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 17:38:41 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[graphics]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=463</guid>
		<description><![CDATA[Tech Shop is coming to Durham Gimp 2.4 released. I&#8217;ve got a couple small patches in this release (some of the photoshop brush (.abr) support, and the brush&#8221;jitter&#8221; stuff). Hopefully devel on 2.6 will start soon and maybe I can &#8230; <a href="http://adrianlikins.com/2007/10/nerd-news/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techshop.ws/press_releases.html?&#038;action=detail&#038;press_release_id=10">Tech Shop</a> is coming to Durham</p>
<p><a href="http://www.gimp.org">Gimp 2.4 released</a>. I&#8217;ve got a couple small patches in this release (some of the photoshop brush (.abr) support, and the brush&#8221;jitter&#8221; stuff). Hopefully devel on 2.6 will start soon and maybe I can get a couple of my old patches included this time.</p>
<p><a href="http://www.exploratorium.edu/ronh/SLOM/index.html">The Secret Life Of Machines</a> are now available for download in multiple formats.</p>
<p><a href="https://hosted.fedoraproject.org/projects/func/">Func</a>. My latest project from work is FUNC. It&#8217;s an idea I&#8217;ve been tossing around for years, and we finally sat down and churned it out. It&#8217;s basically a web services (in our case, xml-rpc) systems management framework that uses ssl for client and server auth with a pluggable backend for extending the api.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2007/10/nerd-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gimp brushes</title>
		<link>http://adrianlikins.com/2006/12/gimp-brushes/</link>
		<comments>http://adrianlikins.com/2006/12/gimp-brushes/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 22:26:13 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=402</guid>
		<description><![CDATA[So I&#8217;ve been tasked with trying to update the set of default brushes included with GIMP for it&#8217;s 2.4 stable release. So, since this gets syndicated in a couple of planets for free/open graphics software, I figured I&#8217;d ask if &#8230; <a href="http://adrianlikins.com/2006/12/gimp-brushes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been tasked with trying to update the set of default brushes included with <a href="http://www.gimp.org">GIMP</a> for it&#8217;s 2.4 stable release.</p>
<p>So, since this gets syndicated in a couple of planets for free/open graphics software, I figured I&#8217;d ask if anyone has any interesting brushes they would like to see included by default. High res brushes and brushes demonstration the brush pipes in particular would be good, but I&#8217;m interested in seeing what folks have.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/12/gimp-brushes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>gimpgiving</title>
		<link>http://adrianlikins.com/2006/11/gimpgiving/</link>
		<comments>http://adrianlikins.com/2006/11/gimpgiving/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 08:12:39 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=392</guid>
		<description><![CDATA[It must be the holiday&#8217;s again, for I am in the mood for hacking on GIMP paint tools again. Updated bug &#8220;add support for color jitter in the paint tools&#8221; and .paint tools should support &#8220;smudging&#8221; as they paint. Some &#8230; <a href="http://adrianlikins.com/2006/11/gimpgiving/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It must be the holiday&#8217;s again, for I am in the mood for hacking on <a href="http://www.gimp.org">GIMP</a> paint tools again. Updated<br />
<a href="http://bugzilla.gnome.org/show_bug.cgi?id=323921">bug &#8220;add support for color jitter in the paint tools&#8221;</a> and  <a href="http://bugzilla.gnome.org/show_bug.cgi?id=163050">.paint tools should support &#8220;smudging&#8221; as they paint.</a></p>
<p>Some examples of various states of those and other hacks at <a href="http://adrian.gimp.org/patches/">adrian.gimp.org/patches</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/11/gimpgiving/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>nucleaaargggh</title>
		<link>http://adrianlikins.com/2006/09/nucleaaargggh/</link>
		<comments>http://adrianlikins.com/2006/09/nucleaaargggh/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 21:17:30 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=346</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://adrianlikins.com/gallery/argh%2C-mr-yuk/nuclear_pirate"><img src="http://adrianlikins.com/gallery/argh%2C-mr-yuk/nuclear_pirate.thumb.jpg"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/09/nucleaaargggh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>argh, there be poison</title>
		<link>http://adrianlikins.com/2006/09/argh-there-be-poison/</link>
		<comments>http://adrianlikins.com/2006/09/argh-there-be-poison/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 21:10:47 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=345</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://adrianlikins.com/gallery/argh%2C-mr-yuk/pirateNewyuk"><img src="http://adrianlikins.com/gallery/argh%2C-mr-yuk/pirateNewyuk.png"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/09/argh-there-be-poison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>laptop</title>
		<link>http://adrianlikins.com/2006/07/laptop/</link>
		<comments>http://adrianlikins.com/2006/07/laptop/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 17:27:28 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[doodles]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=280</guid>
		<description><![CDATA[I got bored and decorated one of my laptops. Process was: - doodle onto paper with pen - scan paper with scanner - clean up scan with gimp - import scan into inkscape - autotrace doodle into a vector image &#8230; <a href="http://adrianlikins.com/2006/07/laptop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I got bored and decorated one of my laptops.</p>
<p><a href="http://adrianlikins.com/gallery/laptop-doodles/100_1424"><img src="http://adrianlikins.com/gallery/laptop-doodles/100_1424.sized.jpg"/></a></p>
<p><a href="http://adrianlikins.com/gallery/laptop-doodles/100_1426"><img src="http://adrianlikins.com/gallery/laptop-doodles/100_1426.sized.jpg"/></a></p>
<p>Process was:<br />
- doodle onto paper with pen<br />
- scan paper with scanner<br />
- clean up scan with gimp<br />
- import scan into inkscape<br />
- autotrace doodle into a vector image<br />
- resize as needed<br />
- print onto &#8220;window decal&#8221; inkjet paper<br />
- apply</p>
<p>Of course, for those images, some of those steps were separated by years.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/07/laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

