mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
487 B
Plaintext
19 lines
487 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# djxl
|
|
|
|
> Decompress JPEG XL images.
|
|
> Accepted output extensions are PNG, APNG, JPEG, EXR, PGM, PPM, PNM, PFM, PAM, EXIF, XMP and JUMBF.
|
|
> More information: <https://github.com/libjxl/libjxl>.
|
|
|
|
- Decompress a JPEG XL image to another format:
|
|
|
|
`djxl {{path/to/image.jxl}} {{path/to/output.ext}}`
|
|
|
|
- Display an extremely detailed help page:
|
|
|
|
`djxl --help --verbose --verbose --verbose --verbose`
|