summaryrefslogtreecommitdiff
path: root/content/handlers/image/jpegxl.c
Commit message (Expand)AuthorAgeFilesLines
* jpegxl: Ensure decoded bitmap format is converted to front end formatMichael Drake2023-11-261-1/+13
* jpegxl: Tell libjxl to decode unpremultiply alpha if neededMichael Drake2023-11-261-0/+9
* jpegxl: Designated initialiser for output format structMichael Drake2023-11-261-1/+6
* avoid the unecessary callback APIVincent Sanders2023-11-261-17/+4
* Implement simple jpeg xl image handlerVincent Sanders2023-11-261-0/+327