summaryrefslogtreecommitdiff
path: root/content/handlers/image/jpegxl.c
Commit message (Collapse)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
| | | | On some platforms our bitmap format does not use premultiplied alpha.
* jpegxl: Designated initialiser for output format structMichael Drake2023-11-261-1/+6
| | | | So I could see the meanings of how we'd set up the decode.
* avoid the unecessary callback APIVincent Sanders2023-11-261-17/+4
|
* Implement simple jpeg xl image handlerVincent Sanders2023-11-261-0/+327