Created
October 7, 2016 16:48
-
-
Save cmdrkeene/3f5f72ec87542dd09978b11c0a38ff62 to your computer and use it in GitHub Desktop.
Convert Image Files on OSX
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
for i in *.png; do sips -s format jpeg $i --out Converted/$i.jpg;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment