Created
June 22, 2017 04:48
-
-
Save Tusko/d7a2ab7a0f4e87c1d2c6a006651b3171 to your computer and use it in GitHub Desktop.
RAW 2 JPG Converter
This file contains hidden or 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 *.CR2; 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
i want to convert my cr2 images to jpg .... but how ?