Created
June 23, 2017 01:56
-
-
Save psenough/6cf9dffc97107779a6dd73546efa6abe to your computer and use it in GitHub Desktop.
convert squared image to 300x300 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 300 300 "$1" -s format jpeg --out "00_300.jpg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment