Skip to content

darktable is an open source photography workflow application and raw developer

License

Notifications You must be signed in to change notification settings

velsinki/darktable

This branch is 18518 commits behind darktable-org/darktable:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2020
May 24, 2019
Jan 26, 2020
Feb 6, 2020
Feb 17, 2020
Feb 16, 2020
Jan 12, 2020
Feb 17, 2020
Feb 18, 2020
Feb 17, 2020
Apr 16, 2016
Jan 15, 2013
Sep 27, 2016
Nov 10, 2015
Jan 19, 2020
Dec 22, 2019
Jan 13, 2020
Feb 1, 2020
Nov 27, 2019
Feb 17, 2020
Dec 5, 2017
Dec 30, 2019
Feb 1, 2020
Sep 15, 2016
Jan 14, 2020
Feb 5, 2020
Feb 12, 2020
Nov 3, 2019
Aug 30, 2016

Repository files navigation

icon darktable build status CII Best Practices

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.

https://www.darktable.org/

Contributing

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 update

Easy way

./build.sh --prefix /opt/darktable --build-type Release

Manual way

mkdir build/
cd build/
cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
make
sudo make install

Further 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.

Wiki

Mailing lists

About

darktable is an open source photography workflow application and raw developer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.4%
  • Lua 9.3%
  • C++ 3.6%
  • CMake 1.3%
  • Shell 0.9%
  • JavaScript 0.8%
  • Other 1.7%