vote up 2 vote down star

There's a nice plugin for Frog CMS that lets you just type in yourpicture.120x120.jpg or whatever, and it will automatically use the image in that dimension. If it doesn't exist, it creates it and adds it to the filesystem.

http://www.naehrstoff.ch/code/image-resize-for-frog

I was wondering if there's anything like this in Django/Python?

flag

70% accept rate

1 Answer

vote up 5 vote down check

I think this snippet is close to what you need: Dynamic thumbnail generator

You might also want to investigate sorl-thumbnail which, even though it codes the thumbnail dimensions in the template instead of the URL, is more flexible/powerful.

link|flag
sorl can do thumbnails in the filename too. – andybak Apr 24 at 17:27
Oh thanks Andy. That's what I get for just going from memory and not checking the docs :) – Van Gale Apr 24 at 21:12
Awesome. Thanks! – rick Apr 24 at 22:07

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.