About Adding White Background to Semi-transparent Images
PNG images with transparency contain color data for all pixels, including those that are partially or fully transparent, and if this transparency is lost during processing (like resizing), these previously invisible or semi-visible pixels can suddenly appear with unexpected colors, potentially resulting in black or other surprising hues in areas that were formerly transparent.
To make the resizing more predictable with django-imagekit
, you can add a white background to all semi-transparent PNGs as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
Tips and Tricks Programming Django 5.x Django 4.2 Django 3.2 django-imagekit
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.