5
That is because JPEG cannot save transparency informations which are contained in a RGBA image. You may want to save the avatar to a format like PNG which is able to keep these informations.
5
You’re generating a JPG image. JPEGs don’t support background transparency. You need to generate a PNG image to support transparencies.
- [Django]-Django "Did you mean?" query
- [Django]-What is the settings for django rest framework swagger open api security object definition for oauth2 flow being password?
- [Django]-Django: Add field to model formset
Source:stackexchange.com