Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
loudenvier authored Nov 1, 2023
1 parent 77ce0f6 commit 8fd8fd5
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,4 @@ Image (re)Sizer is a multiplatform .NET application to resize/shrink image files

## Usage

```
_ _
(_) _ __ ___ __ _ ___ (_) ____ ___ _ __
| | | '_ ` _ \ / _` | / __| | | |_ / / _ \ | '__|
| | | | | | | | | (_| | \__ \ | | / / | __/ | |
|_| |_| |_| |_| \__, | |___/ |_| /___| \___| |_|
|___/
Image(re)Sizer 2023
ACCEPTED ARGUMENTS
-w, --width Image's target width
-h, --height Image's target height
-d, --dest (Default: resized) Output path/directory (if it's '.' performs inplace resizing)
-o, --overwrite (Default: false) Automatically overwrites destination files
-r, --recursive (Default: false) Includes files inside subdirectories
-j, --job Allows pausing and resuming with named "jobs"
--whatif Runs in simulation mode (output isn't written to disk)
-s, --scalemode (Default: Off) (off, favorquality, favorspeed, turbo) Defines the mode that
control speed vs. quality trade-offs for high-ratio scaling operations.
--help Display this help screen.
--version Display version information.
source (pos. 0) Required. Source file/pattern
```
![Command Line Parameters](imgsizer/img/parameters.png)

0 comments on commit 8fd8fd5

Please sign in to comment.