Created
June 23, 2017 01:55
-
-
Save psenough/95985736056473c8c5eeccba6f16f4e1 to your computer and use it in GitHub Desktop.
convert squared image to 1425x1425 jpg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sips -z 1425 1425 "$1" -s format jpeg --out "00_1425.jpg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment