<?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: How to Crop an Image</title>
	<atom:link href="http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mahesh</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-65184</link>
		<dc:creator>mahesh</dc:creator>
		<pubDate>Mon, 02 Jan 2012 05:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-65184</guid>
		<description>incredeble app.. we need more options while cropping the pic..!!!</description>
		<content:encoded><![CDATA[<p>incredeble app.. we need more options while cropping the pic..!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh Pawar</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-63166</link>
		<dc:creator>Dinesh Pawar</dc:creator>
		<pubDate>Tue, 22 Nov 2011 04:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-63166</guid>
		<description>Very Helpful for new user ............</description>
		<content:encoded><![CDATA[<p>Very Helpful for new user &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash K iphone</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-61034</link>
		<dc:creator>Prakash K iphone</dc:creator>
		<pubDate>Sat, 08 Oct 2011 05:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-61034</guid>
		<description>Thanks,........ it&#039;s really good job.</description>
		<content:encoded><![CDATA[<p>Thanks,&#8230;&#8230;.. it&#8217;s really good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-58936</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 26 Aug 2011 17:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-58936</guid>
		<description>Thanks! That&#039;s a great solution, provided you aren&#039;t using display specific images (normal vs. retina). In that case, I would add something like CGFloat scale = ([[UIScreen mainScreen] respondsToSelector:@selector(scale)] &amp;&amp; [[UIScreen mainScreen] scale] == 2.0) ? 2.0 : 1.0; and change the assignment of img to UIImage *img = [UIImage imageWithCGImage:imageRef scale:scale orientation:]; You will also need to multiply your size dimensions by scale as well.</description>
		<content:encoded><![CDATA[<p>Thanks! That&#8217;s a great solution, provided you aren&#8217;t using display specific images (normal vs. retina). In that case, I would add something like CGFloat scale = ([[UIScreen mainScreen] respondsToSelector:@selector(scale)] &amp;&amp; [[UIScreen mainScreen] scale] == 2.0) ? 2.0 : 1.0; and change the assignment of img to UIImage *img = [UIImage imageWithCGImage:imageRef scale:scale orientation:]; You will also need to multiply your size dimensions by scale as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-56926</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 30 Jul 2011 16:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-56926</guid>
		<description>Thanks, works, well!</description>
		<content:encoded><![CDATA[<p>Thanks, works, well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek Dangwal</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-56583</link>
		<dc:creator>Abhishek Dangwal</dc:creator>
		<pubDate>Mon, 25 Jul 2011 04:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-56583</guid>
		<description>Thanks Really... Its a very useful link</description>
		<content:encoded><![CDATA[<p>Thanks Really&#8230; Its a very useful link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cetauri</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-40152</link>
		<dc:creator>cetauri</dc:creator>
		<pubDate>Tue, 08 Feb 2011 16:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-40152</guid>
		<description>Thank you. It&#039;s very usefull.</description>
		<content:encoded><![CDATA[<p>Thank you. It&#8217;s very usefull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanaullah</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-39584</link>
		<dc:creator>sanaullah</dc:creator>
		<pubDate>Wed, 02 Feb 2011 19:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-39584</guid>
		<description>Great work dude em loving it :)</description>
		<content:encoded><![CDATA[<p>Great work dude em loving it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: munching</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-38459</link>
		<dc:creator>munching</dc:creator>
		<pubDate>Mon, 24 Jan 2011 07:50:44 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-38459</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pip</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-crop-an-image.html#comment-23604</link>
		<dc:creator>Pip</dc:creator>
		<pubDate>Mon, 16 Aug 2010 13:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6306#comment-23604</guid>
		<description>Thanks, this saved me time rummaging through all the CG library options!</description>
		<content:encoded><![CDATA[<p>Thanks, this saved me time rummaging through all the CG library options!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

