mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 17:02:39 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/djxl
Normal file
18
tldr/djxl
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
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`
|
||||
Reference in New Issue
Block a user