I've been using it (although I just sprang for the 70 bucks for RAW Developer.) I included it in a thread I started a while back on raw-file conversions for Macintosh computer users (
click here. )
If I understand the docs on author Dave Coffin's website correctly, there's no way to get
dcraw to
directly output a monitor-friendly image.
dcraw is set up to produce a
linear output -- i.e, there's a straight-line relationship between input values and output values. This is considered the best kind of file for post-processing, because there's no tonal compression -- but it means the "as is" file looks much too dark when viewed on your monitor.
To get an image that looks good on a monitor, the data has to be
gamma-corrected -- mapped onto a curve somewhat like the "characteristic curve" that film has, in order to compensate for the contrast characteristics of the monitor and of the human eye. The command-line options in
dcraw can make the image brighter or darker overall, but they don't alter its gamma -- so, you need to use another application to apply the gamma correction.
Photoshop does a good job of this -- I recorded an Action that would take a whole folder of
dcraw output and simply apply the Auto Levels setting to it, and this would get almost any image into the ballpark of good viewability. Then I'd go back to the most promising-looking images and either tweak the
dcraw-produced files in Photoshop, or re-convert them with the Epson plug-in, so I could tailor each one to give the best results.
I admit this multi-step process is kind of a nuisance, though, when you've just dumped a whole folder of raw images and simply want a quick look at whether or not you got anything decent. That's what makes the paid software packages (many of which are based on the code in
dcraw) worth the extra money -- they can do the conversion and gamma correction in one step, along with saving in a wider variety of file formats than
dcraw supports. Some of them also preserve your raw file's EXIF data, which gets stripped off when using
dcraw.