aboutsummaryrefslogtreecommitdiff
path: root/jxl.c
Commit message (Collapse)AuthorAgeFilesLines
* jxl: do alpha pre-multiplication manuallyLeonardo Hernández Hernández2024-06-151-3/+22
| | | | | some images does not render correctly if we rely in libjxl doing the pre-multiplication
* jxl: initialize variables, to silence compiler warningsDaniel Eklöf2024-06-121-3/+3
|
* jxl: add initial support for JPEG XL using libjxlLeonardo Hernández Hernández2024-06-121-0/+150