Tagged Questions
1
vote
1answer
744 views
Django / Python / PIL / sorl-thumbnail generation in bulk - memory error
I'm trying to bulk generate 4 thumnails for each of around 40k images with sorl-thumbnail for my django app. I iterate through all django objects with an ImageWithThumbnailsFieldFile, and then call ...
0
votes
0answers
76 views
Django OS X Wrong JPEG library version: library is 80, caller expects 62 sorl.thumbnail
Im using sorl.thumbnail for django locally on my mac and have been having trouble with PIL, but today i finally managed to get it installed - was some trouble with libjpeg.
I can now upload and use ...