Comments on: Quick Thumbnails in Django http://codespatter.com/2008/09/13/quick-thumbnails-in-django/ Tue, 07 Oct 2014 02:37:42 +0000 http://wordpress.org/?v=2.8.4 hourly 1 By: energy http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15318 energy Sat, 28 Jun 2014 00:45:09 +0000 http://codespatter.com/?p=122#comment-15318 <strong>energy...</strong> Quick Thumbnails in Django | Code Spatter... energy…

Quick Thumbnails in Django | Code Spatter…

]]>
By: Car Town Free Blue Points http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15312 Car Town Free Blue Points Thu, 28 Nov 2013 07:29:44 +0000 http://codespatter.com/?p=122#comment-15312 <strong>Car Town Free Blue Points...</strong> Quick Thumbnails in Django | Code Spatter... Car Town Free Blue Points…

Quick Thumbnails in Django | Code Spatter…

]]>
By: Anon http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15308 Anon Wed, 24 Jul 2013 07:22:42 +0000 http://codespatter.com/?p=122#comment-15308 <p>I've been looking for thumbnail creator in all over google and coding forum for 1 full day and none of them worked.. Only your code is working for me... Thank you very much! You save my day...</p> I've been looking for thumbnail creator in all over google and coding forum for 1 full day and none of them worked.. Only your code is working for me… Thank you very much! You save my day…

]]>
By: wkoorts http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15293 wkoorts Sun, 26 Jul 2009 12:17:19 +0000 http://codespatter.com/?p=122#comment-15293 <p>Great post, thanks. I especially liked learning about StringIO as I didn't know about it before now.</p> Great post, thanks. I especially liked learning about StringIO as I didn't know about it before now.

]]>
By: wkoorts http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15187 wkoorts Sun, 26 Jul 2009 07:17:19 +0000 http://codespatter.com/?p=122#comment-15187 Great post, thanks. I especially liked learning about StringIO as I didn't know about it before now. Great post, thanks. I especially liked learning about StringIO as I didn't know about it before now.

]]>
By: Greg Allard http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15165 Greg Allard Fri, 01 May 2009 14:54:36 +0000 http://codespatter.com/?p=122#comment-15165 I updated this post. I was thinking the uploaded file was deleted after using it, but I just needed to reset the file. Django's InMemoryUploadedFile uses StringIO. Doing file.seek(0)<br> will reset the StringIO file to be ready to create another thumbnail. I updated this post. I was thinking the uploaded file was deleted after using it, but I just needed to reset the file. Django's InMemoryUploadedFile uses StringIO. Doing file.seek(0)
will reset the StringIO file to be ready to create another thumbnail.

]]>
By: Web Development 2.0 Carnival - November 21, 2008 | Web Development 2.0: Web Design, CakePHP, Javascript http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15108 Web Development 2.0 Carnival - November 21, 2008 | Web Development 2.0: Web Design, CakePHP, Javascript Fri, 21 Nov 2008 13:30:49 +0000 http://codespatter.com/?p=122#comment-15108 [...] to CakePHP as my PHP Frameowrk, it’s also good to diversify sometimes. Greg Allard presents Quick Thumbnails in Django posted at Code [...] [...] to CakePHP as my PHP Frameowrk, it’s also good to diversify sometimes. Greg Allard presents Quick Thumbnails in Django posted at Code [...]

]]>
By: Greg Allard http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15091 Greg Allard Tue, 07 Oct 2008 22:00:03 +0000 http://codespatter.com/?p=122#comment-15091 I'm glad this helped. That was the hardest part to figure out. I didn't want to create a temporary file on the file system and StringIO wasn't the first thing I tried. I'm glad this helped. That was the hardest part to figure out. I didn't want to create a temporary file on the file system and StringIO wasn't the first thing I tried.

]]>
By: ilya http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15090 ilya Tue, 07 Oct 2008 21:54:37 +0000 http://codespatter.com/?p=122#comment-15090 Thank you for the StringIO tip, it saved my time :-) Thank you for the StringIO tip, it saved my time :-)

]]>
By: Greg Allard http://codespatter.com/2008/09/13/quick-thumbnails-in-django/comment-page-1/#comment-15089 Greg Allard Mon, 06 Oct 2008 20:12:44 +0000 http://codespatter.com/?p=122#comment-15089 Thanks for the link. I will probably check that out since I know I will want more features at some point. Thanks for the link. I will probably check that out since I know I will want more features at some point.

]]>