<?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: Resize/Scale of an Image &#8211; Take 2 &#8211; Coding a Thread Safe Approach</title>
	<atom:link href="http://iPhoneDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.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: binhnx</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html#comment-65939</link>
		<dc:creator>binhnx</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5339#comment-65939</guid>
		<description>2 years, and you really save me tonight. Thanks alot!</description>
		<content:encoded><![CDATA[<p>2 years, and you really save me tonight. Thanks alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tadej5553</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html#comment-24941</link>
		<dc:creator>tadej5553</dc:creator>
		<pubDate>Sun, 05 Sep 2010 15:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5339#comment-24941</guid>
		<description>Hey, I&#039;m having a problem with this, and maybe you can help. I&#039;m trying to resize a normal PNG image, but it gives me this error

: CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 24 bits/pixel; 3-component color space; kCGImageAlphaNone; 576 bytes/row.</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m having a problem with this, and maybe you can help. I&#8217;m trying to resize a normal PNG image, but it gives me this error</p>
<p>: CGBitmapContextCreate: unsupported parameter combination: 8 integer bits/component; 24 bits/pixel; 3-component color space; kCGImageAlphaNone; 576 bytes/row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html#comment-13138</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Mon, 12 Apr 2010 21:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5339#comment-13138</guid>
		<description>Superb!  Thanks so much for this.  I was struggling to maintain performance while generating thumbnails on the main thread.</description>
		<content:encoded><![CDATA[<p>Superb!  Thanks so much for this.  I was struggling to maintain performance while generating thumbnails on the main thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html#comment-10504</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 04 Mar 2010 23:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5339#comment-10504</guid>
		<description>John,

Thanks so much! for sharing this code... I have been trying to figure out how to resize images without crashing the iphone for a few weeks now.  I will give this code a try later tonight.

Thanks... love the site!  Keep up the great work.

-=Ryan
www.modelrailcast.com
www.iphonedevcast.com</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Thanks so much! for sharing this code&#8230; I have been trying to figure out how to resize images without crashing the iphone for a few weeks now.  I will give this code a try later tonight.</p>
<p>Thanks&#8230; love the site!  Keep up the great work.</p>
<p>-=Ryan<br />
<a href="http://www.modelrailcast.com" rel="nofollow">http://www.modelrailcast.com</a><br />
<a href="http://www.iphonedevcast.com" rel="nofollow">http://www.iphonedevcast.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://iPhoneDeveloperTips.com/graphics/how-to-resize-scale-an-image-thread-safe-take-2.html#comment-9066</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5339#comment-9066</guid>
		<description>Thank you: that is very nice, helpful code.
I would suggest though: whenever possible(e.g. when you load the images from your own service/server) you should load them in the final size. The iphone(at least 2g&amp;3g) are pretty slow doing image resize.
Actually it is slower then requesting thumbnails from a server even on edge.

Sebastian</description>
		<content:encoded><![CDATA[<p>Thank you: that is very nice, helpful code.<br />
I would suggest though: whenever possible(e.g. when you load the images from your own service/server) you should load them in the final size. The iphone(at least 2g&amp;3g) are pretty slow doing image resize.<br />
Actually it is slower then requesting thumbnails from a server even on edge.</p>
<p>Sebastian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

