diff --git a/README.md b/README.md index e4ef57d0..c3cb8101 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,13 @@ Alternatively you can build rimage from source if you have `rust`, `cargo`, `nas cargo install rimage ``` -### Note: -If you're a user who just want to **use Rimage easily with a friendly GUI**, [Rimage_gui](https://github.com/Mikachu2333/rimage_gui/releases/) may be fit for you, it support both Chinese and English. Just select the version you need and download it to use. +## Note + +1. The `-q` opinion is disabled when pics are converted to Jxl(JpegXL) format. + +2. You'd better not use the process to convert a pic with _ICC tag_ for avoiding color confusion. + +3. If you're a user who just want to **use Rimage easily with a friendly GUI**, [Rimage_gui](https://github.com/Mikachu2333/rimage_gui/releases/) may be fit for you, it support both Chinese and English. Just select the version you need and download it to use. ## Usage @@ -48,9 +53,9 @@ Options: -V, --version Print version General: - -q, --quality Optimization image quality + -q, --quality Optimization image quality, disabled when use Jpegxl format [range: 1 - 100] [default: 75] - -f, --codec Image codec to use, jxl feature is disabled on Microsoft Windows® + -f, --codec Image codec to use [default: jpg] [possible values: png, oxipng, jpegxl, webp, avif] -o, --output Write output file(s) to , if "-r" option is not used -r, --recursive Saves output file(s) preserving folder structure @@ -76,7 +81,7 @@ Resizing: Note that image formats may wary from features that are used when building `rimage`. -List of supported codecs with all features: +_Full_ List of supported codecs with all features: - `mozjpeg`, `jpeg`, `jpg` => **mozjpeg codec (common and small)** - `png` => browser png codec without compression @@ -85,7 +90,7 @@ List of supported codecs with all features: - `webp` => webp codec - `avif` => avif codec -List of available resize filters: +_Full_ List of available resize filters: - `point` => Point resizing - `triangle` => Triangle (bilinear) resizing