diff --git a/technology/files/media/image/JPEG XL.md b/technology/files/media/image/JPEG XL.md index f9ad212..fb4fa11 100644 --- a/technology/files/media/image/JPEG XL.md +++ b/technology/files/media/image/JPEG XL.md @@ -26,5 +26,7 @@ Features libjxl provides command-line tools for encoding and decoding images in the JXL format. Show information about JXL images: `jxlinfo [-v] INPUT` + Encode: `cjxl [-q QUALITY] [-e EFFORT] INPUT OUTPUT` + Decode: `djxl INPUT OUTPUT`