<?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"
	>
<channel>
	<title>Comments on: CoreImage Transcoding</title>
	<atom:link href="http://nslog.com/2008/02/09/coreimage_transcoding/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2008/02/09/coreimage_transcoding</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<pubDate>Sat, 11 Oct 2008 21:33:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Gordon Tyler</title>
		<link>http://nslog.com/2008/02/09/coreimage_transcoding#comment-45918</link>
		<dc:creator>Gordon Tyler</dc:creator>
		<pubDate>Mon, 11 Feb 2008 17:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2008/02/09/coreimage_transcoding#comment-45918</guid>
		<description>Apparently CILanczosScaleTransform is rather slow since it produces a high quality result. It also seems to depend on the GPU hardware. Googling for "CILanczosScaleTransform slow" produces many hits. Suggested workarounds are to use CIAffineTransform if you're willing to accept a lower quality result.</description>
		<content:encoded><![CDATA[<p>Apparently CILanczosScaleTransform is rather slow since it produces a high quality result. It also seems to depend on the GPU hardware. Googling for "CILanczosScaleTransform slow" produces many hits. Suggested workarounds are to use CIAffineTransform if you're willing to accept a lower quality result.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
