<?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: Saving a view as an image.</title>
	<atom:link href="http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/</link>
	<description>...just some of my thoughts.</description>
	<lastBuildDate>Thu, 02 Feb 2012 04:13:32 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guest</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-234</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-234</guid>
		<description>Is all that code &quot;fully app store approved&quot;?

Also, how would I save the screen-shot picture to the camera roll?</description>
		<content:encoded><![CDATA[<p>Is all that code &#8220;fully app store approved&#8221;?</p>
<p>Also, how would I save the screen-shot picture to the camera roll?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Fuller</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-229</link>
		<dc:creator>Jeremy Fuller</dc:creator>
		<pubDate>Sun, 11 Sep 2011 19:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-229</guid>
		<description>If you&#039;re trying to do this on a retina device, you&#039;ll notice your view&#039;s snapshot is captured at half resolution. To fix this, open the context using this instead:

UIGraphicsBeginImageContextWithOptions(gridView.frame.size, NO, 0);

The 0 at the end causes the context to be opened using the device&#039;s correct scale.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re trying to do this on a retina device, you&#8217;ll notice your view&#8217;s snapshot is captured at half resolution. To fix this, open the context using this instead:</p>
<p>UIGraphicsBeginImageContextWithOptions(gridView.frame.size, NO, 0);</p>
<p>The 0 at the end causes the context to be opened using the device&#8217;s correct scale.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhushan</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-216</link>
		<dc:creator>Bhushan</dc:creator>
		<pubDate>Thu, 09 Jun 2011 07:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-216</guid>
		<description>Any ideas how I can implement this in Rhodes framework</description>
		<content:encoded><![CDATA[<p>Any ideas how I can implement this in Rhodes framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DNA APP</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-204</link>
		<dc:creator>DNA APP</dc:creator>
		<pubDate>Thu, 31 Mar 2011 17:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-204</guid>
		<description>Thanks a lot for the tutorial. It helped a lot  especially you guilded how to capture a screenshot &amp; use UIImagePNGRepresentation. Highly appreciate :)

I found a very minor items. You missed out to add a checking. Without that, it will fail to run on the phone which didnt setup the email.

if ( email == nil)
	{
	
		NSLog(@&quot;Device not configured to send email&quot;);
		return;
	}</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the tutorial. It helped a lot  especially you guilded how to capture a screenshot &amp; use UIImagePNGRepresentation. Highly appreciate <img src='http://www.skylarcantu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I found a very minor items. You missed out to add a checking. Without that, it will fail to run on the phone which didnt setup the email.</p>
<p>if ( email == nil)<br />
	{</p>
<p>		NSLog(@&#8221;Device not configured to send email&#8221;);<br />
		return;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-201</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 18 Feb 2011 19:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-201</guid>
		<description>Can you still use UIGetScreenImage() in 4.2?</description>
		<content:encoded><![CDATA[<p>Can you still use UIGetScreenImage() in 4.2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave J</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-200</link>
		<dc:creator>Dave J</dc:creator>
		<pubDate>Fri, 04 Feb 2011 07:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-200</guid>
		<description>Thank you for posting this tutorial. Very useful and clear!</description>
		<content:encoded><![CDATA[<p>Thank you for posting this tutorial. Very useful and clear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveF</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-187</link>
		<dc:creator>DaveF</dc:creator>
		<pubDate>Thu, 05 Aug 2010 00:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-187</guid>
		<description>Awesome snippet Skylar.  One thing is that I&#039;m using this code on an iPad application in landscape orientation and the resulting screengrab is in portrait mode.  I know I could just alter the image itself but is there a cleaner way to get the image at the correct orientation?</description>
		<content:encoded><![CDATA[<p>Awesome snippet Skylar.  One thing is that I&#8217;m using this code on an iPad application in landscape orientation and the resulting screengrab is in portrait mode.  I know I could just alter the image itself but is there a cleaner way to get the image at the correct orientation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanCreek</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-164</link>
		<dc:creator>DanCreek</dc:creator>
		<pubDate>Mon, 29 Mar 2010 01:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-164</guid>
		<description>Thanks for the memory leak tip Andrew.  You just saved me hours of troubleshooting.</description>
		<content:encoded><![CDATA[<p>Thanks for the memory leak tip Andrew.  You just saved me hours of troubleshooting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skylar</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-150</link>
		<dc:creator>Skylar</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-150</guid>
		<description>Good catch, I have not updated the sample code attached to post.  Honestly, this is such a simple post that I simply forgot that I had attached any downloadable source code.  I will update the download link at some indeterminate date in the future.

Thanks!

[WORDPRESS HASHCASH] The poster sent us &#039;0 which is not a hashcash value.</description>
		<content:encoded><![CDATA[<p>Good catch, I have not updated the sample code attached to post.  Honestly, this is such a simple post that I simply forgot that I had attached any downloadable source code.  I will update the download link at some indeterminate date in the future.</p>
<p>Thanks!</p>
<p>[WORDPRESS HASHCASH] The poster sent us &#8216;0 which is not a hashcash value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nglayton</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-149</link>
		<dc:creator>nglayton</dc:creator>
		<pubDate>Sat, 09 Jan 2010 17:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-149</guid>
		<description>did the source attached to the post get updated. I can&#039;t tell, I don&#039;t see any of the lines talked about in the source code. Was there a 3rd change not posted ?</description>
		<content:encoded><![CDATA[<p>did the source attached to the post get updated. I can&#8217;t tell, I don&#8217;t see any of the lines talked about in the source code. Was there a 3rd change not posted ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

