darktable-viewer

virtual lighttable and darkroom for photographers

Install

All systems
curl cmd.cat/darktable-viewer.sh
Debian Debian
apt-get install darktable
Ubuntu
apt-get install darktable
Alpine
apk add darktable
Arch Arch Linux
pacman -S darktable
image/svg+xml Kali Linux
apt-get install darktable
Fedora
dnf install darktable
Windows (WSL2)
sudo apt-get update sudo apt-get install darktable
Docker
docker run cmd.cat/darktable-viewer darktable-viewer powered by Commando

darktable

virtual lighttable and darkroom for photographers

Darktable manages your digital negatives in a database and lets you view them through a zoomable lighttable. it also enables you to develop raw images and enhance them. It tries to fill the gap between the many excellent existing free raw converters and image management tools (such as ufraw or f-spot). The user interface is built around efficient caching of image metadata and mipmaps, all stored in a database. the user will always be able to interact, even if the full resolution image is not yet loaded. All editing is fully non-destructive and only operates on cached image buffers for display. the full image is only converted during export. The frontend is written in gtk+/cairo, the database uses sqlite3, raw image loading is done using rawspeed, high-dynamic range, and standard image formats such as jpeg are also supported. The core operates completely on floating point values, so darktable can not only be used for photography but also for scientifically acquired images or output of renderers (high dynamic range).