From 50ed173d7d0dfa102bb69de24c681384f595f734 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Thu, 7 Mar 2024 00:12:50 +0100 Subject: [PATCH] fix --- technology/files/media/image/JPEG XL.md | 2 ++ 1 file changed, 2 insertions(+) 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`