Re: Compressing images before saving to database

2016-09-16 Thread Javier Guerra Giraldez
On 16 September 2016 at 05:45, Isaac Tetteh  wrote:
> I have a project where users upload photos of any type. But i want to
> compress the images before saving them. Is pillow the best i can use or Is
> there a built in or 3rd party library to do this. Its link to documentation
> will be appreciated too.


I've used Wand (a binding to imagemagick library) on a background
task, since I had to handle HUGE images

-- 
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFkDaoQk%3DG95yRsyMdmRN%2BMOEJ5os15nLzo7AZwTYEk9YUYW-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Compressing images before saving to database

2016-09-16 Thread Isaac Tetteh
hello,

I have a project where users upload photos of any type. But i want to 
compress the images before saving them. Is pillow the best i can use or Is 
there a built in or 3rd party library to do this. Its link to documentation 
will be appreciated too. 

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8b2ba24a-f339-4cc8-aab4-12a454cbab84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.