Skip to content

Instantly share code, notes, and snippets.

@andyhullinger
Created December 10, 2014 15:17
Show Gist options
  • Save andyhullinger/3641a197a23a20667cd5 to your computer and use it in GitHub Desktop.
Save andyhullinger/3641a197a23a20667cd5 to your computer and use it in GitHub Desktop.

#Batch convert folder of jpeg or png files cd into image folder and generate new folder of converted images

mkdir jpegs; sips -s format jpeg *.* --out jpegs

mkdir pngs; sips -s format png *.* --out pngs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment