From 5d70643f03773b8ae5b85dd1a9ad0b8b108fc238 Mon Sep 17 00:00:00 2001 From: Vladyslav Vladinov <111443297+SalOne22@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:13:22 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4efce50..e27a64d4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ rimage -q 75 *.jpg - Quality: `-q 0` through `-q 100`, higher is better - Output format: `-f png`, currently supported only jpg, png, oxipng and webp - Output directory: `-o /somewhere`, saves all processed files in this directory, also saves files directory structure - > Note: On windows, if you path contains spaces, please remove backslash before the closing quote. More info [here](https://stackoverflow.com/questions/75848743/how-to-handle-paths-with-spaces-when-passing-arguments-to-a-rust-cli-program-on) + > Note: On windows cmd, if you path contains spaces, please remove backslash before the closing quote. + > This is because in cmd a backslash before a quote is recognized as an escape character. More info [here](https://stackoverflow.com/questions/75848743/how-to-handle-paths-with-spaces-when-passing-arguments-to-a-rust-cli-program-on) - Suffix for output: `-s _updated`, adds suffix in file name ("input.jpg" -> "input_updated.jpg") - Info: `-i`, flag used to get info about images (size and data length) - Threads: `-t 4`, number of threads to use