Files
tldr/pages/linux/cjxl.md
Managor 1291c79484 cjxl, djxl: add page (#13513)
Co-authored-by: spageektti <git@spageektti.cc>
2024-08-27 10:47:51 +02:00

519 B

cjxl

Compress images to JPEG XL. Accepted input extensions are PNG, APNG, GIF, JPEG, EXR, PPM, PFM, PAM, PGX, and JXL. More information: https://github.com/libjxl/libjxl.

  • 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}}

  • Display an extremely detailed help page:

cjxl --help --verbose --verbose --verbose --verbose