Created
March 8, 2018 11:13
-
-
Save m4r00p/67e8474bc1bccfd4b76f73ac3d44bb1d to your computer and use it in GitHub Desktop.
png to 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
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