4 March 2012
All D-SLRs and a lot of “Prosumer”-Compact cameras have a “RAW-Mode”. Unfortunately, the image files have a proprietary file format and the manufacturers would like the user to use their software in order to convert from RAW to an image file format like JPEG or TIFF. To get access to the data within the RAW-files, we use an open source software called dcraw by Dave Coffin.
Dave's mission: “Write and maintain an ANSI C program that decodes any raw image from any digital camera on any computer running any operating system.”
He does a great job on this, but as he only publishes source code in “C” (no executables) and without graphical user interface (command line only), we give some help here.
GET IT RUNNING
You can go to the dcraw website (https://www.dechifro.org/dcraw/dcraw.1.html) and download the source code. On a Mac, it is relatively easy to compile the dcraw.c file. In “Terminal.app”, just type:










