Raw image processor utilizing the portable C++ 'Fast Light ToolKit' and Dave Coffin's C 'dcraw' program, compiled under Visual Studio 14 for Windows. This project does not yet implement all of the parameters for dcraw.
Commenting style is as per Javadoc standards and can be generated from many third-party documentation programs.
You will need to compile and link third-party libraries for this implementaiton of dcraw-fltk to work. Uses the open-source FLTK GUI libraries, compiled under Visual Studio and linked to this project. Please follow the instructions here carefully. It is for an earlier version of Visual Studio, but is still accurate.
The linking in the project file has already occurred in this distribution, so all that is needed from the guide above is the compilation of the FLTK libraries and placing of the files in your Visual Studio folder(s).
dcraw is an open source raw image processor created and maintained by Dave Coffin. You will need the binary executable of dcraw. You are free to compile it from the source yourself - https://www.cybercom.net/~dcoffin/dcraw/dcraw.c if you need a binary for a different architecture.
Additionally, Sergio Namias has built some Windows binaries (including a 32-bit version) for download.
*nix man page for dcraw
Please use the Issues page to report bugs or suggest new enhancements.
dcraw-fltk has been published under a GPL 3.0