NEF Workflow for D70s on Linux
This document describes my own workflow for processing RAW pictures
from D70s to my linux computer. All steps here should work equally
well on D70 and on other operating systems as long as you are able to
install the software needed.
Required software (free)
Workflow
- Copy files from camera to computer.
- Run the script
prenef
in the directory into which you
have copied the nef-files. prenef
does the following:
- Makes all filenames lowercase
- Changes the
_
in the filenames to a predefined number between 0 and 9
- Runs dcraw in cheapest mode for preview jpg pictures
- Extracts exif-tags from nef-files and writes them to the jpg pictures
- Run a jpg-viewer on the
dscXXXXXpre.jpg
files, configure the viewer to also move away the nef-file when you want to delete a file. If using qiv, try the qiv-command
below
- Run
runnef
. It runs dcraw again with chosen settings for final pictures, transfers exif-tags and deletes the preview pictures.
- For pictures that need manual processing, open them in gimp with the ufraw plugin
Scripts
prenef
[Download]
readfile("prenef"); ?>
runnef
[Download]
readfile("runnef"); ?>
qiv-command
[Download]
readfile("qiv-command"); ?>
scale
[Download]
readfile("scale"); ?>
Håvard Berland