Skip to content

Raw image processor utilizing the portable C++ 'Fast Light ToolKit' and Dave Coffin's C 'dcraw' program

License

Notifications You must be signed in to change notification settings

aaronmboyd/dcraw-fltk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcraw-fltk

Description

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.

Dependancies

Fast Light Tool Kit (FLTK)

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

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.

dcraw manual

*nix man page for dcraw

Bug Reporting

Please use the Issues page to report bugs or suggest new enhancements.

License

dcraw-fltk has been published under a GPL 3.0

About

Raw image processor utilizing the portable C++ 'Fast Light ToolKit' and Dave Coffin's C 'dcraw' program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages