<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Writing an image to disk</title>
	<atom:link href="http://explodingpixels.wordpress.com/2009/01/14/writing-an-image-to-disk/feed/" rel="self" type="application/rss+xml" />
	<link>http://explodingpixels.wordpress.com/2009/01/14/writing-an-image-to-disk/</link>
	<description>Exposing the pixels behind beautiful user interfaces</description>
	<lastBuildDate>Thu, 10 Dec 2009 16:18:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Swing links of the week, January 18th &#124; Jonathan Giles</title>
		<link>http://explodingpixels.wordpress.com/2009/01/14/writing-an-image-to-disk/#comment-368</link>
		<dc:creator>Swing links of the week, January 18th &#124; Jonathan Giles</dc:creator>
		<pubDate>Sun, 18 Jan 2009 03:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=548#comment-368</guid>
		<description>[...] at Exploding Pixels writes about how he managed to write an image to disk, accessing it through the Mac OS NSImage:// [...]</description>
		<content:encoded><![CDATA[<p>[...] at Exploding Pixels writes about how he managed to write an image to disk, accessing it through the Mac OS NSImage:// [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogerpadilla</title>
		<link>http://explodingpixels.wordpress.com/2009/01/14/writing-an-image-to-disk/#comment-366</link>
		<dc:creator>rogerpadilla</dc:creator>
		<pubDate>Wed, 14 Jan 2009 20:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=548#comment-366</guid>
		<description>I was looking for that some time ago.

Thanks!</description>
		<content:encoded><![CDATA[<p>I was looking for that some time ago.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://explodingpixels.wordpress.com/2009/01/14/writing-an-image-to-disk/#comment-364</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 14 Jan 2009 11:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=548#comment-364</guid>
		<description>Hi Harald,

&quot;NSImage://[image name]&quot; is some magic that Apple came up with for accessing system images on the Mac from Java - pretty nifty.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Harald,</p>
<p>&#8220;NSImage://[image name]&#8221; is some magic that Apple came up with for accessing system images on the Mac from Java &#8211; pretty nifty.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald K.</title>
		<link>http://explodingpixels.wordpress.com/2009/01/14/writing-an-image-to-disk/#comment-363</link>
		<dc:creator>Harald K.</dc:creator>
		<pubDate>Wed, 14 Jan 2009 09:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://explodingpixels.wordpress.com/?p=548#comment-363</guid>
		<description>Hi Ken,

Is the &quot;NSImage://NSPreferencesGeneral&quot; URL syntax a documented way of getting image artwork on OS X or some magic you made? Cool, never seen that before. :-)

Another thing, you should probably check the return value of file.createNewFile();, if you want it to have any effect. As is, the code will just overwrite the old image.


.k</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>Is the &#8220;NSImage://NSPreferencesGeneral&#8221; URL syntax a documented way of getting image artwork on OS X or some magic you made? Cool, never seen that before. :-)</p>
<p>Another thing, you should probably check the return value of file.createNewFile();, if you want it to have any effect. As is, the code will just overwrite the old image.</p>
<p>.k</p>
]]></content:encoded>
	</item>
</channel>
</rss>
