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 5d70643 commit fd155bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rimage -q 75 *.jpg
- 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 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)
> This is because in cmd a backslash before a quote is recognized as an escape character. More info [here](https://stackoverflow.com/a/75849885)
- 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 fd155bb

Please sign in to comment.