codingjoe / django-pictures

Responsive cross-browser image library using modern codes like AVIF & WebP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PNGs (probably ones with alpha-channel) are not processed properly

amureki opened this issue · comments

That is probably a PIL (Pillow) issue.

Would be nice to not just fail, but raise a warning/error and/or handle this case by dropping the alpha channel.