<?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: Quick Thumbnails in Django</title>
	<atom:link href="http://codespatter.com/2008/09/13/quick-thumbnails-in-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 11:43:30 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: wkoorts</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15187</link>
		<dc:creator>wkoorts</dc:creator>
		<pubDate>Sun, 26 Jul 2009 07:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15187</guid>
		<description>Great post, thanks.  I especially liked learning about StringIO as I didn&#039;t know about it before now.</description>
		<content:encoded><![CDATA[<p>Great post, thanks.  I especially liked learning about StringIO as I didn&#39;t know about it before now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Allard</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15165</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Fri, 01 May 2009 14:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15165</guid>
		<description>I updated this post. I was thinking the uploaded file was deleted after using it, but I just needed to reset the file. Django&#039;s InMemoryUploadedFile uses StringIO. Doing file.seek(0)&lt;br&gt; will reset the StringIO file to be ready to create another thumbnail.</description>
		<content:encoded><![CDATA[<p>I updated this post. I was thinking the uploaded file was deleted after using it, but I just needed to reset the file. Django&#39;s InMemoryUploadedFile uses StringIO. Doing file.seek(0)<br /> will reset the StringIO file to be ready to create another thumbnail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Development 2.0 Carnival - November 21, 2008 &#124; Web Development 2.0: Web Design, CakePHP, Javascript</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15108</link>
		<dc:creator>Web Development 2.0 Carnival - November 21, 2008 &#124; Web Development 2.0: Web Design, CakePHP, Javascript</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15108</guid>
		<description>[...] to CakePHP as my PHP Frameowrk, it&#8217;s also good to diversify sometimes. Greg Allard presents Quick Thumbnails in Django posted at Code [...]</description>
		<content:encoded><![CDATA[<p>[...] to CakePHP as my PHP Frameowrk, it&#8217;s also good to diversify sometimes. Greg Allard presents Quick Thumbnails in Django posted at Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Allard</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15091</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Tue, 07 Oct 2008 22:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15091</guid>
		<description>I&#039;m glad this helped. That was the hardest part to figure out. I didn&#039;t want to create a temporary file on the file system and StringIO wasn&#039;t the first thing I tried.</description>
		<content:encoded><![CDATA[<p>I&#39;m glad this helped. That was the hardest part to figure out. I didn&#39;t want to create a temporary file on the file system and StringIO wasn&#39;t the first thing I tried.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilya</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15090</link>
		<dc:creator>ilya</dc:creator>
		<pubDate>Tue, 07 Oct 2008 21:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15090</guid>
		<description>Thank you for the StringIO tip, it saved my time :-)</description>
		<content:encoded><![CDATA[<p>Thank you for the StringIO tip, it saved my time :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Allard</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15089</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Mon, 06 Oct 2008 20:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15089</guid>
		<description>Thanks for the link. I will probably check that out since I know I will want more features at some point.</description>
		<content:encoded><![CDATA[<p>Thanks for the link. I will probably check that out since I know I will want more features at some point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simeonf</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15088</link>
		<dc:creator>simeonf</dc:creator>
		<pubDate>Mon, 06 Oct 2008 19:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15088</guid>
		<description>I&#039;m all for writing a little code to understand a library like PIL. It&#039;s worth noting sorl-thumbnail (&lt;a href=&quot;http://code.google.com/p/sorl-thumbnail/&quot;&gt;http://code.google.com/p/sorl-thumbnail/&lt;/a&gt;), however, as a django app that solves just this problem... It can do a lot of things but at the simplest level you can just use a template tag to specify the thumbnail size and thumbnails are generated and cached for future use. A very nice app...</description>
		<content:encoded><![CDATA[<p>I&#39;m all for writing a little code to understand a library like PIL. It&#39;s worth noting sorl-thumbnail (<a href="http://code.google.com/p/sorl-thumbnail/">http://code.google.com/p/sorl-thumbnail/</a>), however, as a django app that solves just this problem&#8230; It can do a lot of things but at the simplest level you can just use a template tag to specify the thumbnail size and thumbnails are generated and cached for future use. A very nice app&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Allard</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15087</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Mon, 06 Oct 2008 17:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15087</guid>
		<description>I&#039;ll probably stick with my method since it gets the processing done initially and avoids the case where many images all need to be resized on a single page load.&lt;br&gt;&lt;br&gt;Although, having a filter to do that will be convenient if you change your mind on the thumbnail size.</description>
		<content:encoded><![CDATA[<p>I&#39;ll probably stick with my method since it gets the processing done initially and avoids the case where many images all need to be resized on a single page load.</p>
<p>Although, having a filter to do that will be convenient if you change your mind on the thumbnail size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Batiste</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15086</link>
		<dc:creator>Batiste</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15086</guid>
		<description>Take a look at this snippets: &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.djangosnippets.org/snippets/192/&quot;&gt;http://www.djangosnippets.org/snippets/192/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thumbnails are generated in a lazy way. I like the idea.</description>
		<content:encoded><![CDATA[<p>Take a look at this snippets: </p>
<p><a href="http://www.djangosnippets.org/snippets/192/">http://www.djangosnippets.org/snippets/192/</a></p>
<p>Thumbnails are generated in a lazy way. I like the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Allard</title>
		<link>http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15081</link>
		<dc:creator>Greg Allard</dc:creator>
		<pubDate>Tue, 23 Sep 2008 15:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://codespatter.com/?p=122#comment-15081</guid>
		<description>I hope it helps you out when you need it. I just started learning django and python  when trying to figure this out and that is probably why it took me a while.</description>
		<content:encoded><![CDATA[<p>I hope it helps you out when you need it. I just started learning django and python  when trying to figure this out and that is probably why it took me a while.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
