Created
August 5, 2017 08:12
-
-
Save marcusandre/b7f0161c38f7316649434f83f414ac92 to your computer and use it in GitHub Desktop.
Convert RAF files to JPG.
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 *.RAF; 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