<?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: Capture iPhone Simulator Screenshots &#8211; Open Source Screen Capture Tool</title>
	<atom:link href="http://iPhoneDeveloperTips.com/general/open-source-screen-capture-tool.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/general/open-source-screen-capture-tool.html</link>
	<description>Tips and Tricks for iPhone developers</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:00:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: lhunath</title>
		<link>http://iPhoneDeveloperTips.com/general/open-source-screen-capture-tool.html/comment-page-1#comment-248</link>
		<dc:creator>lhunath</dc:creator>
		<pubDate>Tue, 24 Feb 2009 10:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1563#comment-248</guid>
		<description>To take 3 shots, with a delay of 3 seconds inbetween, of the frontmost window, use this:

It uses the &#039;screencapture&#039; utility which comes with OS X, natively.

(Every 3 seconds the frontmost window will light up; click your mouse when you&#039;re ready to capture, 3 seconds later, the window will light up again for the next shot, etc. - so just run the code in Terminal.app, switch to the simulator, and make your shots)

for i in {1..3}; do
    sleep 3
    screencapture -i -W &quot;foo-$i.png&quot;
done</description>
		<content:encoded><![CDATA[<p>To take 3 shots, with a delay of 3 seconds inbetween, of the frontmost window, use this:</p>
<p>It uses the &#8216;screencapture&#8217; utility which comes with OS X, natively.</p>
<p>(Every 3 seconds the frontmost window will light up; click your mouse when you&#8217;re ready to capture, 3 seconds later, the window will light up again for the next shot, etc. &#8211; so just run the code in Terminal.app, switch to the simulator, and make your shots)</p>
<p>for i in {1..3}; do<br />
    sleep 3<br />
    screencapture -i -W &#8220;foo-$i.png&#8221;<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iphonedev</title>
		<link>http://iPhoneDeveloperTips.com/general/open-source-screen-capture-tool.html/comment-page-1#comment-246</link>
		<dc:creator>iphonedev</dc:creator>
		<pubDate>Mon, 23 Feb 2009 17:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1563#comment-246</guid>
		<description>You can take a snapshot within the iPhone or Touch using either the Organizer in XCode or by holding the top button and home button the iPhone.
You&#039;d have to trim the status bar if you show it but there are free or low cost image editing applications.</description>
		<content:encoded><![CDATA[<p>You can take a snapshot within the iPhone or Touch using either the Organizer in XCode or by holding the top button and home button the iPhone.<br />
You&#8217;d have to trim the status bar if you show it but there are free or low cost image editing applications.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
