Created
January 16, 2013 21:31
-
-
Save ryanbateman/4551135 to your computer and use it in GitHub Desktop.
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 filename in *.RW2 ; do dcraw -c -w -v $filename | pnmtopng > pngs/$filename.png ; done | |
convert *.png -resize 50% -set filename:f '%t_magnify.%e' +adjoin '%[filename:f]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment