Skip to content

Instantly share code, notes, and snippets.

@cmdrkeene
Created October 7, 2016 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmdrkeene/3f5f72ec87542dd09978b11c0a38ff62 to your computer and use it in GitHub Desktop.
Save cmdrkeene/3f5f72ec87542dd09978b11c0a38ff62 to your computer and use it in GitHub Desktop.
Convert Image Files on OSX
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