Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StynH authored Feb 7, 2024
1 parent 64f28c9 commit 7530d52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ Example usage on a folder:
```
./ImageFlipper.exe --folder "C:/MyFolder" --from "jpg" --to "png"
```

Converting all images that are not the target format:
```
./ImageFlipper.exe --folder "C:/MyFolder" --all --to "png"
```

Or for a single file:
```
./ImageFlipper.exe --file "C:/MyFolder/image.png" --to "webp"
```

You can also specify an output folder (created if it does not exist):
```
./ImageFlipper.exe --folder "C:/MyFolder" --all --to "png" --output "./converted"
```

0 comments on commit 7530d52

Please sign in to comment.