Skip to content

Instantly share code, notes, and snippets.

@m4r00p
Created March 8, 2018 11:13
Show Gist options
  • Save m4r00p/67e8474bc1bccfd4b76f73ac3d44bb1d to your computer and use it in GitHub Desktop.
Save m4r00p/67e8474bc1bccfd4b76f73ac3d44bb1d to your computer and use it in GitHub Desktop.
png to jpg
for i in *.png; do sips -s format jpeg $i --out $i.jpg ;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment