<?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/"
		>
<channel>
	<title>Comments on: Slow photo saving and lack of EXIF with the iPhone API</title>
	<atom:link href="http://www.stepcase.com/blog/2009/04/22/slow-photo-saving-and-lack-of-exif-with-the-iphone-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stepcase.com/blog/2009/04/22/slow-photo-saving-and-lack-of-exif-with-the-iphone-api/</link>
	<description>The next level in Productivity</description>
	<lastBuildDate>Thu, 22 Jul 2010 22:29:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin Kou</title>
		<link>http://www.stepcase.com/blog/2009/04/22/slow-photo-saving-and-lack-of-exif-with-the-iphone-api/comment-page-1/#comment-598</link>
		<dc:creator>Martin Kou</dc:creator>
		<pubDate>Sat, 20 Feb 2010 06:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stepcase.com/?p=209#comment-598</guid>
		<description>The Camera app saves directly to .ithmb files in ~/Media/Photos, which is raw YUV encoded, and so it&#039;s fast - I highly suspect they have yet another performance reason for using YUV instead of RGB there. UIImageWriteToSavedPhotosAlbum(), on the other hand, compresses the full res image to JPEG and then saves to ~/Media/DCIM. The compression step alone in an iPhone 3G takes 6 seconds.

This seems like a screw up on Apple&#039;s part - they probably had two different teams to handle the Camera app itself and the saving API so they ended up using different methods.

A possible way out is to reverse engineer the .ithmb and the &quot;Photo Database&quot;&#039;s file formats and write to them directly. But Apple may not allow such an app to pass review.</description>
		<content:encoded><![CDATA[<p>The Camera app saves directly to .ithmb files in ~/Media/Photos, which is raw YUV encoded, and so it&#8217;s fast &#8211; I highly suspect they have yet another performance reason for using YUV instead of RGB there. UIImageWriteToSavedPhotosAlbum(), on the other hand, compresses the full res image to JPEG and then saves to ~/Media/DCIM. The compression step alone in an iPhone 3G takes 6 seconds.</p>
<p>This seems like a screw up on Apple&#8217;s part &#8211; they probably had two different teams to handle the Camera app itself and the saving API so they ended up using different methods.</p>
<p>A possible way out is to reverse engineer the .ithmb and the &#8220;Photo Database&#8221;&#8217;s file formats and write to them directly. But Apple may not allow such an app to pass review.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acoward</title>
		<link>http://www.stepcase.com/blog/2009/04/22/slow-photo-saving-and-lack-of-exif-with-the-iphone-api/comment-page-1/#comment-584</link>
		<dc:creator>acoward</dc:creator>
		<pubDate>Fri, 08 Jan 2010 21:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stepcase.com/?p=209#comment-584</guid>
		<description>Was this ever fixed?</description>
		<content:encoded><![CDATA[<p>Was this ever fixed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://www.stepcase.com/blog/2009/04/22/slow-photo-saving-and-lack-of-exif-with-the-iphone-api/comment-page-1/#comment-373</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Mon, 18 May 2009 20:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.stepcase.com/?p=209#comment-373</guid>
		<description>But somehow it must be possible to get an image with geo data out of the camera.
Because if you open an image taken with the Camera app on a Desktop, it has valid geo-data attached. At least that is what Pixelmator showed me.

What do you think?</description>
		<content:encoded><![CDATA[<p>But somehow it must be possible to get an image with geo data out of the camera.<br />
Because if you open an image taken with the Camera app on a Desktop, it has valid geo-data attached. At least that is what Pixelmator showed me.</p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny Kwan</title>
		<link>http://www.stepcase.com/blog/2009/04/22/slow-photo-saving-and-lack-of-exif-with-the-iphone-api/comment-page-1/#comment-307</link>
		<dc:creator>Johnny Kwan</dc:creator>
		<pubDate>Fri, 24 Apr 2009 09:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stepcase.com/?p=209#comment-307</guid>
		<description>23:
It&#039;s 6807099.
Just wondering, how do you &quot;log a duplicate&quot;? or even check for others&#039; submitted bugs?</description>
		<content:encoded><![CDATA[<p>23:<br />
It&#8217;s 6807099.<br />
Just wondering, how do you &#8220;log a duplicate&#8221;? or even check for others&#8217; submitted bugs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 23</title>
		<link>http://www.stepcase.com/blog/2009/04/22/slow-photo-saving-and-lack-of-exif-with-the-iphone-api/comment-page-1/#comment-299</link>
		<dc:creator>23</dc:creator>
		<pubDate>Thu, 23 Apr 2009 05:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stepcase.com/?p=209#comment-299</guid>
		<description>Can you publish or send me the radr bug number for the bug you filed so we can log a duplicate?</description>
		<content:encoded><![CDATA[<p>Can you publish or send me the radr bug number for the bug you filed so we can log a duplicate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon852</title>
		<link>http://www.stepcase.com/blog/2009/04/22/slow-photo-saving-and-lack-of-exif-with-the-iphone-api/comment-page-1/#comment-295</link>
		<dc:creator>simon852</dc:creator>
		<pubDate>Wed, 22 Apr 2009 12:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.stepcase.com/?p=209#comment-295</guid>
		<description>OIC! Just wondering! Hope Apple would fix/release these secret tools soon! ^.^</description>
		<content:encoded><![CDATA[<p>OIC! Just wondering! Hope Apple would fix/release these secret tools soon! ^.^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
