cjxl, djxl: move to common (#13621)
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# 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`
|
@@ -1,13 +0,0 @@
|
||||
# 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