jxl-oxide

JPEG XL image decoder for decoding .jxl image files

brewmacoslinux
Try with needOr install directly
Source

About

JPEG XL decoder

Commands

cjxldjxl

Examples

Decode a JPEG XL file to PNG$ djxl image.jxl image.png
Encode a PNG file to JPEG XL format$ cjxl image.png image.jxl
Decode JPEG XL with quality setting$ djxl -q 90 image.jxl output.png