publicscience / argos

Know more with less
Other
50 stars 1 forks source link

Process images server side #53

Open frnsys opened 10 years ago

frnsys commented 10 years ago

Images for events/stories/articles should be processed/cropped server side for lighter network loads on the user end

keho98 commented 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

frnsys commented 10 years ago

hmm interesting, I haven't heard of cloudinary before. for further reference the python library is here: https://github.com/cloudinary/pycloudinary

ameensol commented 10 years ago

I've used the node.js wrapper for gm, but there seems to be python one too: https://pypi.python.org/pypi/pgmagick/