<?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"
	>

<channel>
	<title>The Emperor Has New Clothes</title>
	<atom:link href="http://www.naked.la/emperor/feed" rel="self" type="application/rss+xml" />
	<link>http://www.naked.la/emperor</link>
	<description>The Naked Blog</description>
	<pubDate>Sat, 28 Nov 2009 00:15:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Naked Light Preview 6r3</title>
		<link>http://www.naked.la/emperor/2009/11/naked-light-preview-6r3</link>
		<comments>http://www.naked.la/emperor/2009/11/naked-light-preview-6r3#comments</comments>
		<pubDate>Sat, 28 Nov 2009 00:15:11 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=138</guid>
		<description><![CDATA[Naked light Preview 6 Revision 3 is out!

My webhost was recently hacked (though my account wasn&#8217;t as far as I know). They&#8217;ve changed my passwords, but don&#8217;t seem to have told me yet what my new ones are. In the interim, I can&#8217;t access FTP. So until I get a chance to call them up [...]]]></description>
			<content:encoded><![CDATA[<p>Naked light Preview 6 Revision 3 is out!</p>

<p>My webhost was recently <a href="http://weblog.mediatemple.net/weblog/category/system-incidents/1026-gs-security-advisory/">hacked</a> (though my account wasn&#8217;t as far as I know). They&#8217;ve changed my passwords, but don&#8217;t seem to have told me yet what my new ones are. In the interim, I can&#8217;t access FTP. So until I get a chance to call them up and sort that out, which may be a bit because they&#8217;re support team is apparently swamped, I have to use&#8230;RapidShare. I&#8217;m very, very sorry.</p>

<p><a href="http://rapidshare.com/files/313147523/naked_light_preview_6r3.zip">
<img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/download.jpg" alt="download.jpg" border="0" width="176" height="145" /></a></p>

<h2>Bug fixes</h2>

<p>This is mainly a bug fix release.</p>

<p>This biggest bug was really an OpenCL bug. To render a node (or group of nodes), I send several commands to OpenCL, and then wait for them to complete (with a function named clWaitForEvents(&#8230;)). About 1 in 5000 of these never would, and my code, from that point further, would do absolutely nothing. Since dragging a slider can easily generate 100s of events, that happened frequently, particularly in more complicated documents. In a move that doesn&#8217;t exactly increase my faith in Apple&#8217;s OpenCL implementation, removing a call to a function named clGetEventInfo(&#8230;) fixed this.</p>

<p>Another bug occurred on startup. The item view in the library is actually an NSOpenGLView subclass. NSOpenGLView creates it&#8217;s own OpenGL &#8216;context&#8217; by default, which would later be replaced with my own context. I overrode the code that NSOpenGLView calls to create its own context, which might speed things up and seems to mitigate the bug. Since this occurred fairly rarely, I won&#8217;t actually know for a while.</p>

<p>Finally, I fixed one and a half bugs related to saving. When you save a composition, the preview and thumbnails generated are no longer flipped. Additionally, the icon in the library gets updated immediately.</p>

<h2>Inspector Tabs</h2>

<p>There&#8217;s now tabs in the Inspector that&#8217;ll help manage screen real estate as the Inspector gets more complicated.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/inspector.jpg" alt="inspector.jpg" border="0" width="302" height="366" /></p>

<p>There always used to be icons there, but they never actually functioned as tabs until now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2009/11/naked-light-preview-6r3/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked Light Preview 6r2</title>
		<link>http://www.naked.la/emperor/2009/11/naked-light-preview-6r2</link>
		<comments>http://www.naked.la/emperor/2009/11/naked-light-preview-6r2#comments</comments>
		<pubDate>Tue, 24 Nov 2009 22:06:26 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=136</guid>
		<description><![CDATA[Naked light Preview 6 Revision 2 is out!




Speed changes

Naked light is now dramatically faster in many situations.

There&#8217;s still quite a few performance tweaks that need to be done, but this is a pretty big leap forward in terms of responsiveness. I&#8217;ve also written a tool that, among other things, makes testing performance issues a lot [...]]]></description>
			<content:encoded><![CDATA[<p>Naked light Preview 6 Revision 2 is out!</p>

<p><a href="http://naked.la/light/downloads/naked_light_preview_6r2.zip">
<img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/download.jpg" alt="download.jpg" border="0" width="176" height="145" /></a></p>

<h2>Speed changes</h2>

<p>Naked light is now dramatically faster in many situations.</p>

<p>There&#8217;s still quite a few performance tweaks that need to be done, but this is a pretty big leap forward in terms of responsiveness. I&#8217;ve also written a tool that, among other things, makes testing performance issues a lot easier for me.</p>

<h2>Masks are editable</h2>

<p>You can now select and edit (but not rearrange) nodes in a mask like any other.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/masks1.jpg" alt="masks.jpg" border="0" width="500" height="360" /></p>

<p>In this picture, the first rectangle has been rotated after being added as a mask. Heads up: most of the blur filters are buggy(-er) when inside masks, and saving masks is still broken.</p>

<h2>Bug Fixes</h2>

<p>As per usual, there&#8217;s been a few bug fixes, mostly related to the Inspector.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2009/11/naked-light-preview-6r2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked light Preview 6r1</title>
		<link>http://www.naked.la/emperor/2009/11/naked-light-preview-6r1</link>
		<comments>http://www.naked.la/emperor/2009/11/naked-light-preview-6r1#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:24:21 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=131</guid>
		<description><![CDATA[Naked light Preview 6 Revision 1 is out!




This version solves two major issues: switching to CPU mode properly if your GPU isn&#8217;t up to OpenCL par, and better handling missing images in your library.

I&#8217;ve also temporarily removed support for 32-bit mode; it turns out that you can&#8217;t always just test 32-bit mode by checking off [...]]]></description>
			<content:encoded><![CDATA[<p>Naked light Preview 6 Revision 1 is out!</p>

<p><a href="http://naked.la/light/downloads/naked_light_preview_6r1b.zip">
<img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/download.jpg" alt="download.jpg" border="0" width="176" height="145" /></a></p>

<p>This version solves two major issues: switching to CPU mode properly if your GPU isn&#8217;t up to OpenCL par, and better handling missing images in your library.</p>

<p>I&#8217;ve also temporarily removed support for 32-bit mode; it turns out that you can&#8217;t always just test 32-bit mode by checking off &#8216;Open in 32-bit mode&#8217; in the Finder. Lots of stuff is broken on 32-bit Intels, and I&#8217;ll need a fair bit of time to sort that out.</p>

<h2> Masking</h2>

<p>Now when you add a filter with a mask, the mask is visually displayed in the node view. This isn&#8217;t particularly interactive yet (ultimately you&#8217;ll be able to edit masks non-destructively like everything else in Naked light), but you can start to see where this is going.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/masks.jpg" alt="masks.jpg" border="0" width="500" height="702" /></p>

<p>The Rectangle Selection Tool is back, the others are all forthcoming. If you try to blend multiple selections (by making a selection, holding down a modifier key, and making another), Naked light will either crash or otherwise become unusable, so don&#8217;t do that yet. Masks still don&#8217;t save properly, either.</p>

<h2>Icons</h2>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/icons.jpg" alt="icons.jpg" border="0" width="500" height="121" /></p>

<p>I&#8217;ve refined some of the icons so that they&#8217;re simpler and cleaner.</p>

<h2>Curves</h2>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/curves.jpg" alt="curves.jpg" border="0" width="302" height="416" align="right"/></p>

<p>Last release, the color scheme of the inspector has changed from white on black to charcoal on light gray. Most of the filter inspectors are dynamically generated and worked fine. A few, notably Curves, Levels, and Brushes, were pretty near unreadable.</p>

<p>Levels has to wait because histograms are dependent on several forthcoming optimizations to the underlying engine, but I went and redid the Curves inspector. It&#8217;s not only got nice new tabs and thicker, easier to see lines, but it now has the ability to modify the alpha channel, which has been an incredibly useful addition so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2009/11/naked-light-preview-6r1/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked light Preview 6</title>
		<link>http://www.naked.la/emperor/2009/11/naked-light-preview-6</link>
		<comments>http://www.naked.la/emperor/2009/11/naked-light-preview-6#comments</comments>
		<pubDate>Wed, 11 Nov 2009 23:13:51 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=128</guid>
		<description><![CDATA[Naked light Preview 6 is out.





Naked light&#8217;s underlying engine (and, so far, almost all of the filters and tools) has been rewritten in OpenCL. This is great for the future; right now, it means that the actual feature set is still as sparse as previous releases.

It also means that Naked light requires Snow Leopard, which [...]]]></description>
			<content:encoded><![CDATA[<p>Naked light Preview 6 is out.</p>

<div style="width: 500px; display: block">
<a href="http://naked.la/light/downloads/naked_light_preview_6.zip">
<img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/download.jpg" alt="download.jpg" border="0" width="176" height="145" /></a></div>

<p>Naked light&#8217;s underlying engine (and, so far, almost all of the filters and tools) has been rewritten in OpenCL. This is great for the future; right now, it means that the actual feature set is still as sparse as previous releases.</p>

<p>It also means that Naked light requires Snow Leopard, which in turn means that it&#8217;s Intel-only.</p>

<p>There&#8217;s not terribly much in terms of new features, but there are a few hints of things to come here and there.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2009/11/color.jpg" alt="color.jpg" border="0" width="500" height="448" align="left" /></p>

<p>Thanks for your patience with my delays—with luck there won&#8217;t be too many more disruptions to the flow of releases here on out. Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2009/11/naked-light-preview-6/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked touch 1.0.4 is out</title>
		<link>http://www.naked.la/emperor/2008/12/naked-touch-104-is-out</link>
		<comments>http://www.naked.la/emperor/2008/12/naked-touch-104-is-out#comments</comments>
		<pubDate>Mon, 22 Dec 2008 16:41:04 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=126</guid>
		<description><![CDATA[Late on Friday, Apple (finally) posted Naked touch 1.0.4, which fixes just about all of the memory related bugs.

Specifically, the jump from 1.0 to 1.0.4:


Fixes a serious memory leak that would happen when uploading in certain situations.
Fixes a serious memory leak that would happen during most editing operations.
Maximum dimension for hi-res exports reduced from 1000 [...]]]></description>
			<content:encoded><![CDATA[<p>Late on Friday, Apple (finally) posted Naked touch 1.0.4, which fixes just about all of the memory related bugs.</p>

<p>Specifically, the jump from 1.0 to 1.0.4:</p>

<ul>
<li>Fixes a serious memory leak that would happen when uploading in certain situations.</li>
<li>Fixes a serious memory leak that would happen during most editing operations.</li>
<li>Maximum dimension for hi-res exports reduced from 1000 to 900, reducing memory footprint by 20%.</li>
<li>Uploads no longer silently fail when an upload is attempted in Airplane mode.</li>
<li>Displays the number of photos in an album on the home screen.</li>
<li>Clears up memory more aggressively in low-memory situations.</li>
<li>Fixes several smaller leaks.</li>
<li>Features a few small performance fixes.</li>
<li>Hides the “Take Photo” option for iPod touch users.</li>
</ul>

<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=297622228&#038;mt=8">Naked touch is available in the App Store for $9.99.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2008/12/naked-touch-104-is-out/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked light—Preview 5.2</title>
		<link>http://www.naked.la/emperor/2008/12/naked-light-preview-52</link>
		<comments>http://www.naked.la/emperor/2008/12/naked-light-preview-52#comments</comments>
		<pubDate>Thu, 11 Dec 2008 00:01:16 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=123</guid>
		<description><![CDATA[Naked light 5.2 is out—again pushing ahead with selections. There&#8217;s two big changes this time around.

Selection node Re-ordering



Nodes in the selection row can be freely re-ordered by dragging-and-dropping, including both filter nodes and generator nodes.

Currently, undo is not supported for rearranging nodes within the selection, and doing so will corrupt the history.

Functionally Complete Selection Logic



The [...]]]></description>
			<content:encoded><![CDATA[<p>Naked light 5.2 is out—again pushing ahead with selections. There&#8217;s two big changes this time around.</p>

<h2>Selection node Re-ordering</h2>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/12/reorder.png" alt="" title="reorder" width="432" height="237" class="alignnone size-full wp-image-125" /></p>

<p>Nodes in the selection row can be freely re-ordered by dragging-and-dropping, including both filter nodes and generator nodes.</p>

<p>Currently, undo is not supported for rearranging nodes within the selection, and doing so will corrupt the history.</p>

<h2>Functionally Complete Selection Logic</h2>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/12/complete.png" alt="" title="complete" width="432" height="237" class="alignnone size-full wp-image-124" /></p>

<p>The selection combination logic is now functionally complete.</p>

<p>Previous versions of Naked light had two modes for combining multiple selections: add (<a href="http://en.wikipedia.org/wiki/Disjunction">disjunction</a>) and subtract (<a href="http://en.wikipedia.org/wiki/Material_nonimplication">material nonimplication</a>.)</p>

<p>5.2 adds intersection (<a href="http://en.wikipedia.org/wiki/Logical_conjunction">conjunction</a>) and exclusion (<a href="http://en.wikipedia.org/wiki/Exclusive_or">xor</a>.) With these primitives, re-ordering, and inversion, it&#8217;s possible to create the results of all <a href="http://en.wikipedia.org/wiki/Logical_connective">logical connectives</a>.</p>

<p>Since Naked light operates on 32-bit rather than binary masks, it uses slightly modified formulas to achieve sensible results.</p>

<p>Like older versions of Naked light (and Photoshop), adding to selections or subtracting from them works by holding down shift or option as you make a selection. To change selection combination operations, you right-click (or control-click) the operation disc between the nodes.</p>

<h2>Get It</h2>

<p>Naked light Preview 5.2 works only on Mac OS X Leopard 10.5.5 and higher.</p>

<p><a href="http://naked.la/light/downloads/naked_light_preview_5_2.zip">Naked light Preview 5.2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2008/12/naked-light-preview-52/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked light—Preview 5.1.1</title>
		<link>http://www.naked.la/emperor/2008/12/naked-light-preview-511</link>
		<comments>http://www.naked.la/emperor/2008/12/naked-light-preview-511#comments</comments>
		<pubDate>Wed, 03 Dec 2008 22:05:19 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=120</guid>
		<description><![CDATA[Naked light Preview 5.1.1 is out, featuring history support for all selection-related actions (at least the subset of those that are currently enabled.) This release also introduces a new feature for Naked light: Reselect.



Reselect again works like Photoshop, but with a twist. Basically, it lets you reselect a previously cleared selection.

Because Naked light is node-based, [...]]]></description>
			<content:encoded><![CDATA[<p>Naked light Preview 5.1.1 is out, featuring history support for all selection-related actions (at least the subset of those that are currently enabled.) This release also introduces a new feature for Naked light: <strong>Reselect</strong>.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/12/511.jpg" alt="" title="511" class="alignnone size-full wp-image-121" /></p>

<p>Reselect again works like Photoshop, but with a twist. Basically, it lets you reselect a previously cleared selection.</p>

<p>Because Naked light is node-based, history states take very little memory versus Photoshop. Naturally, the same goes for selection-changing history states, letting Naked light instantly restore any previous selection state without undoing any other changes.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/12/reselect.jpg" alt="" title="reselect" class="alignnone size-full wp-image-122" /></p>

<p>Reselect buttons appear in the history panel; reselecting the last selection state is also available from the new <em>Selection</em> menu.</p>

<p>As an added bonus, masks work again—a bug I fixed today had broken mask support as well as several other things.</p>

<h2>Get It</h2>

<p>Naked light Preview 5.1.1 works only on Mac OS X Leopard 10.5.5 and higher.</p>

<p><a href="http://naked.la/light/downloads/naked_light_preview_5_1_1.zip">Naked light Preview 5.1.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2008/12/naked-light-preview-511/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked light—Preview 5.1</title>
		<link>http://www.naked.la/emperor/2008/12/naked-light-preview-51</link>
		<comments>http://www.naked.la/emperor/2008/12/naked-light-preview-51#comments</comments>
		<pubDate>Mon, 01 Dec 2008 22:20:53 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=118</guid>
		<description><![CDATA[Naked light Preview 5.1 is out; this time starting to fix something that&#8217;s been bugging me forever: selections.



Selections in previous version of Naked light were unbearably slow. Today&#8217;s update is pretty simple: it makes making selections 160&#215; faster. In other words, making selections is now silky smooth.

There&#8217;s still two small nits. First, the gradient selection [...]]]></description>
			<content:encoded><![CDATA[<p>Naked light Preview 5.1 is out; this time starting to fix something that&#8217;s been bugging me forever: <em>selections</em>.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/12/51.jpg" alt="" title="51" width="500" height="249" class="alignnone size-full wp-image-119" /></p>

<p>Selections in previous version of Naked light were unbearably slow. Today&#8217;s update is pretty simple: it makes making selections <strong>160&times; faster</strong>. In other words, making selections is now silky smooth.</p>

<p><span id="more-118"></span>There&#8217;s still two small nits. First, the gradient selection tool shows no preview yet. Second, in the process, the ability to add masks to filters was broken. Since masks should be coming up next week, I decided not to bother yet to fix this.</p>

<h2>Get It</h2>

<p>Naked light Preview 5.1 works only on Mac OS X Leopard 10.5.5 and higher.</p>

<p><a href="http://naked.la/light/downloads/naked_light_preview_5_1.zip">Naked light Preview 5.1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2008/12/naked-light-preview-51/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked light—Preview 5</title>
		<link>http://www.naked.la/emperor/2008/11/naked-light-preview-5</link>
		<comments>http://www.naked.la/emperor/2008/11/naked-light-preview-5#comments</comments>
		<pubDate>Sat, 29 Nov 2008 20:58:34 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=116</guid>
		<description><![CDATA[With Naked touch out of the way, I can start (mostly) full steam ahead again on Naked light.

In that time, two important things have happened. One, Naked touch and life have delayed Naked light by a few months. Second, it appears that there&#8217;s a chance that Snow Leopard—and more importantly, OpenCL—might be a few months [...]]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://www.naked.la/touch/">Naked touch</a> out of the way, I can start (mostly) full steam ahead again on <a href="http://www.naked.la/light/">Naked light</a>.</p>

<p>In that time, two important things have happened. One, Naked touch and life have delayed Naked light by a few months. Second, it appears that there&#8217;s a chance that Snow Leopard—and more importantly, OpenCL—might be a few months early. More specifically, they might come out at about the same time.</p>

<p>OpenCL—basically an open-standards replacement for NVIDIA&#8217;s <em>CUDA</em> and AMD&#8217;s <em>Close to Metal</em>—is clearly the future for highly parallizable tasks like the ones Naked light performs. Therefore, any work done on the current CPU and GPU renderers is redundant—it&#8217;ll be thrown away for Snow Leopard.</p>

<p>While I haven&#8217;t made a decision yet, it&#8217;s looking like dropping Leopard support and going exclusively Snow Leopard would be a good decision (if I do that, all present and future <a href="http://naked.la/light/beta/prepurchase/">Pre-purchase</a>rs would be properly remunerated for the shift in system requirements). In either event, though, I need to pause work on the renderer and focus on cleaning up other incomplete features. So for now I need to adopt a sort of fiction—clearly the renderer is the portion of Naked light that needs the most work, but for now I&#8217;m going to work on other parts, anyway.</p>

<h2>Composition History</h2>

<p>This update introduces the History panel.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/11/history.jpg" alt="" title="history" class="alignnone size-full wp-image-117" /></p>

<p>Much like Photoshop&#8217;s History palette, Naked light&#8217;s History panel presents a visual interface for all the actions you have performed in a composition. To quickly jump back and forth multiple states, you can just click on a state in the panel: all states after that will become undone, and all states before and including the clicked state will become done (or redone.)</p>

<h2>Get It</h2>

<p>Naked light Preview 5 now works only on Mac OS X Leopard 10.5.5 and higher. This version also features a few sundry bug fixes.</p>

<p><a href="http://naked.la/light/downloads/naked_light_preview_5.zip">Naked light Preview 5</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2008/11/naked-light-preview-5/feed</wfw:commentRss>
		</item>
		<item>
		<title>Naked touch is now available in the App Store</title>
		<link>http://www.naked.la/emperor/2008/11/naked-touch-now-available</link>
		<comments>http://www.naked.la/emperor/2008/11/naked-touch-now-available#comments</comments>
		<pubDate>Mon, 24 Nov 2008 22:24:20 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.naked.la/emperor/?p=110</guid>
		<description><![CDATA[Naked touch—mobile photo editing for the iPhone and iPod touch—arrived in the App Store today.



Naked touch lets you edit, crop, and upload photos on your iPhone with pro quality imaging tools. Naked touch features an advanced hybrid 16/32-bit pipeline complete with sharpening, blurring, noise reduction, highlight and shadow adjustment, multitouch curves, brightness, contrast, white balance, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.naked.la/touch/">Naked touch</a>—<a href="http://www.naked.la/touch/">mobile photo editing</a> for the iPhone and iPod touch—arrived in the <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=297622228&#038;mt=8">App Store</a> today.</p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/11/adjust.jpg" alt="" title="adjust" width="480" height="320" class="alignnone size-full wp-image-111" /></p>

<p>Naked touch lets you edit, crop, and upload photos on your iPhone with pro quality imaging tools. Naked touch features an advanced hybrid 16/32-bit pipeline complete with sharpening, blurring, noise reduction, highlight and shadow adjustment, multitouch curves, brightness, contrast, white balance, and color balance filters. From within Naked touch, you can upload photos to Facebook, Flickr, and Tumblr, or export them back to your iPhone library.</p>

<p><a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=297622228&#038;mt=8">Naked touch is available for $9.99.</a></p>

<hr style="width: 500px">

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/11/send-300x200.jpg" alt="" title="send" class="alignnone size-full wp-image-113" /></p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/11/import-300x200.jpg" alt="" title="import" class="alignnone size-full wp-image-115" /></p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/11/albums-300x200.jpg" alt="" title="albums" class="alignnone size-full wp-image-112" /></p>

<p><img src="http://www.naked.la/emperor/wp-content/uploads/2008/11/trash-300x200.jpg" alt="" title="trash" class="alignnone size-full wp-image-114" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.naked.la/emperor/2008/11/naked-touch-now-available/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.774 seconds -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-10 15:02:17 -->
