Open frnsys opened 10 years ago
@ftzeng have you considered using cloudinary for this? I haven't tried it myself, but it looks a lot easier than having a different image processing worker on your server, etc. http://cloudinary.com/documentation/django_integration
hmm interesting, I haven't heard of cloudinary before. for further reference the python library is here: https://github.com/cloudinary/pycloudinary
I've used the node.js wrapper for gm, but there seems to be python one too: https://pypi.python.org/pypi/pgmagick/
Images for events/stories/articles should be processed/cropped server side for lighter network loads on the user end