Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Jun 29, 2023
1 parent 58cfbc4 commit 5d70643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d70643

Please sign in to comment.