Skip to content

Instantly share code, notes, and snippets.

@psenough
Created June 23, 2017 01:55
Show Gist options
  • Save psenough/95985736056473c8c5eeccba6f16f4e1 to your computer and use it in GitHub Desktop.
Save psenough/95985736056473c8c5eeccba6f16f4e1 to your computer and use it in GitHub Desktop.
convert squared image to 1425x1425 jpg
#!/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