<?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: Lightweight Django Thumbnails</title>
	<atom:link href="http://fightingrabbits.com/archives/264/feed" rel="self" type="application/rss+xml" />
	<link>http://fightingrabbits.com/archives/264</link>
	<description>and herding cats...</description>
	<lastBuildDate>Fri, 18 Nov 2011 09:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jon</title>
		<link>http://fightingrabbits.com/archives/264/comment-page-1#comment-16775</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 13 Apr 2011 10:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://fightingrabbits.com/?p=264#comment-16775</guid>
		<description># image aspect matches the destination ratio
                    image = image.resize(size, Image.ANTIALIAS)

I think this should be

image = image.resize((x,y), Image.ANTIALIAS)</description>
		<content:encoded><![CDATA[<p># image aspect matches the destination ratio<br />
                    image = image.resize(size, Image.ANTIALIAS)</p>
<p>I think this should be</p>
<p>image = image.resize((x,y), Image.ANTIALIAS)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://fightingrabbits.com/archives/264/comment-page-1#comment-15542</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sat, 26 Mar 2011 18:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://fightingrabbits.com/?p=264#comment-15542</guid>
		<description>Thanks, this is awesome.</description>
		<content:encoded><![CDATA[<p>Thanks, this is awesome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.fightingrabbits.com @ 2012-02-06 07:19:46 by W3 Total Cache -->
