darktable

darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.
Contributing
- Write a blog about darktable
- Create a tutorial for darktable
- Help expand the user wiki
- Answer questions on the user mailing list
- Share your ideas on the developer mailing list
- Test releases
- Review pull requests
- Start hacking on darktable
Building
Note that rawspeed is tracked via a git submodule, so after checking-out the darktable, you need to update/checkout rawspeed,
git submodule init
git submodule updateEasy way
./build.sh --prefix /opt/darktable --build-type ReleaseManual way
mkdir build/
cd build/
cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
make
sudo make installFurther reading
There is a comprehensive list of build instructions for all the widely used Linux distributions.
Tip: Check that you have the latest gphoto2 library installed in order to support the newest cameras.
Issue tracking
https://www.darktable.org/redmine/projects/darktable/issues
Wiki
Mailing lists
On this page
Languages
C79.8%Lua11.6%C++3.1%CMake1.5%Shell1.0%JavaScript1.0%Ruby0.6%Perl0.5%Python0.2%XSLT0.2%CSS0.2%Objective-C0.1%HTML0.1%Perl 60.1%TeX0.0%Objective-C++0.0%Dockerfile0.0%Awk0.0%Assembly0.0%Nix0.0%Makefile0.0%Emacs Lisp0.0%
GNU General Public License v3.0
Created August 11, 2018
Updated August 11, 2018