RaphaelKimmig / darktable

darktable is an open source photography workflow application and raw developer

Home Page:https://www.darktable.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Issue tracking

https://www.darktable.org/redmine/projects/darktable/issues

Wiki

Mailing lists

About

darktable is an open source photography workflow application and raw developer

https://www.darktable.org

License:GNU General Public License v3.0


Languages

Language:C 81.0%Language:Lua 10.8%Language:C++ 2.9%Language:CMake 1.4%Language:Shell 1.0%Language:JavaScript 0.9%Language:Ruby 0.6%Language:Perl 0.4%Language:XSLT 0.2%Language:Python 0.2%Language:CSS 0.2%Language:Objective-C 0.1%Language:HTML 0.1%Language:Perl 6 0.0%Language:TeX 0.0%Language:Objective-C++ 0.0%Language:Dockerfile 0.0%Language:Awk 0.0%Language:Assembly 0.0%Language:Nix 0.0%Language:Makefile 0.0%Language:Emacs Lisp 0.0%