DEV Community

Cover image for Compress images in django

Compress images in django

Gajesh on July 17, 2019

Storage is one of the essential pieces of web app development and needs to be paid special attention as it attracts server costs. If you have to pa...
Collapse
 
johnpaul89 profile image
JoPa

Great Article, but when you encounter this error - cannot write mode RGBA as JPEG add this :-

imageTemproary = imageTemproary.convert('RGB')

Refrence to this issue : github.com/python-pillow/Pillow/is...

Collapse
 
hebertdev1 profile image
Hebert

hi thanks for writing this tutorial. but it only works when creating a new record, how does it work when editing the object?

Collapse
 
halsing profile image
halsing

thanks a lot for this <3 You've saved my project :)

Collapse
 
gajesh profile image
Gajesh

Your welcome. Happy to know it was helpful.

Collapse
 
yash2998chhabria profile image
yash2998chhabria

Thank you so much. Saved my site in production time

Collapse
 
hebertdev1 profile image
Hebert

hi thanks for writing this tutorial. but it only works when creating a new record, how does it work when editing the object?

Collapse
 
gusxtavoandrade profile image
Gustavo de Andrade

It was very helpful for me!
Thanks!

Collapse
 
gopeeey profile image
gopeeey

God bless you sir