DEV Community

Discussion on: Compress images in django

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?