2025-03-14 21:59:59 -06:00
|
|
|
# djxl
|
|
|
|
|
|
|
|
|
|
> Decompress JPEG XL images.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Accepted output extensions are PNG, APNG, JPEG, EXR, PGM, PPM, PNM, PFM, PAM, EXIF, XMP, and JUMBF.
|
|
|
|
|
> More information: <https://github.com/libjxl/libjxl/blob/main/doc/man/djxl.txt>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Decompress a JPEG XL image to another format:
|
|
|
|
|
|
|
|
|
|
`djxl {{path/to/image.jxl}} {{path/to/output.ext}}`
|
|
|
|
|
|
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
|
|
|
`djxl {{[-h -v -v -v -v|--help --verbose --verbose --verbose --verbose]}}`
|