Skip to content

Instantly share code, notes, and snippets.

@yosit
Created March 9, 2013 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yosit/5124146 to your computer and use it in GitHub Desktop.
Save yosit/5124146 to your computer and use it in GitHub Desktop.
Convert NEF to JPEG using dcraw
for n in *.NEF ; do dcraw -c -v $n | cjpeg >${n/%NEF/JPG} ; done
@yosit
Copy link
Author

yosit commented Mar 9, 2013

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