darktable-org / darktable
- пятница, 27 декабря 2019 г. в 00:19:39
C
darktable is an open source photography workflow application and raw developer
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.
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./build.sh --prefix /opt/darktable --build-type Releasemkdir build/
cd build/
cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
make
sudo make installThere 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.