From 5845e566da7e5e748f786da5717e50552fd8c16e Mon Sep 17 00:00:00 2001 From: AkrISrn Date: Sat, 16 Jan 2021 01:24:27 +0800 Subject: [PATCH] Update README.md --- cli/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/README.md b/cli/README.md index a305ab30..b5519dbb 100644 --- a/cli/README.md +++ b/cli/README.md @@ -33,6 +33,7 @@ Options: --resize [config] Resize the image before compressing --quant [config] Reduce the number of colors used (aka. paletting) --rotate [config] Rotate image + --mozjpeg [config] Use MozJPEG to generate a .jpg file with the given configuration --webp [config] Use WebP to generate a .webp file with the given configuration --avif [config] Use AVIF to generate a .avif file with the given configuration --jxl [config] Use JPEG-XL to generate a .jxl file with the given configuration