Skip to content

Instantly share code, notes, and snippets.

@Tusko
Created June 22, 2017 04:48
Show Gist options
  • Save Tusko/d7a2ab7a0f4e87c1d2c6a006651b3171 to your computer and use it in GitHub Desktop.
Save Tusko/d7a2ab7a0f4e87c1d2c6a006651b3171 to your computer and use it in GitHub Desktop.
RAW 2 JPG Converter
for i in *.CR2; do sips -s format jpeg $i --out "${i%.*}.jpg"; done
@umairjakhar
Copy link

i want to convert my cr2 images to jpg .... but how ?

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