Skip to content

Commit

Permalink
Updated instructions for DivideImages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Satharus authored Aug 22, 2020
1 parent 2af5d58 commit 5059c98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ It uses imagemagick.
![Demonstration of what it does](https://github.com/Satharus/Bash-Snipets/blob/master/Demonstrations/Crop.png)

#### Usage:
`./DivideImages.sh [Width] [Height] [Image]`
`./DivideImages.sh [Width] [Height] [Image] [IncludeName]`

Where Width and Height are the size of the partitions you want.

Set IncludeName to 1 if you want the output to be X_Y_name.png instead of X_Y.png. Otherwise, leave it empty.

[Link to the script](https://github.com/Satharus/Bash-Snipets/blob/master/DivideImages.sh)


Expand Down

0 comments on commit 5059c98

Please sign in to comment.