Darktable - Raw-Konverter und Archiv

Table of Contents

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.

Tastatur-Shortcuts

Focus peaking Ctrl-Shift-f
Preview W
over-underexposed o

weitere Informationen

Installation unter Debian

Für Debian Stretch holt man die Software am besten aus den backports:

sudo -i
echo "deb http://deb.debian.org/debian stretch-backports main" \
     > /etc/apt/sources.list.d/debian.backports.list
apt-get -q update
apt-get -y install -t stretch-backports darktable
logout

Für die Erzeugung von Panoramen und HDRs installiere ich die Lua-Erweiterungen (als unprivilegierter Benutzer):

cd ~/.config/darktable/
if [ -d ./lua ]; then
    git clone https://github.com/darktable-org/lua-scripts.git lua
else
    pushd ./lua && git pull
    popd
fi

rm -f ./luarc
echo 'require "contrib/HDRMerge"'       >> ./luarc
echo 'require "contrib/enfuseAdvanced"' >> ./luarc
echo 'require "contrib/hugin"'          >> ./luarc

Zusätzlich eventuell noch die Erweiterungen aus https://www.multimedia4linux.de/index.php/bildbearbeitung/darktable/darktable-plugin-pano-professional

Author: Andreas Hirczy

Created: 2022-10-20 Do 17:03

Validate XHTML 1.0