2025-03-14 21:59:59 -06:00
|
|
|
# cjxl
|
|
|
|
|
|
|
|
|
|
> Compress images to JPEG XL.
|
|
|
|
|
> Accepted input extensions are PNG, APNG, GIF, JPEG, EXR, PPM, PFM, PAM, PGX, and JXL.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/libjxl/libjxl/blob/main/doc/man/cjxl.txt>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Convert an image to JPEG XL:
|
|
|
|
|
|
|
|
|
|
`cjxl {{path/to/image.ext}} {{path/to/output.jxl}}`
|
|
|
|
|
|
|
|
|
|
- Set quality to lossless and maximize compression of the resulting image:
|
|
|
|
|
|
|
|
|
|
`cjxl --distance 0 --effort 9 {{path/to/image.ext}} {{path/to/output.jxl}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Display an extremely detailed help:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-03-19 19:23:44 -06:00
|
|
|
`cjxl {{[-h -v -v -v -v|--help --verbose --verbose --verbose --verbose]}}`
|