Darktable 2.4.4 released. How to install Darktable on Ubuntu Linux. 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.
Darktable 2.4.4 brings two new feature:
- Added 50% zoom option in darkroom mode to the navigation dropdown
- perspective correction: usability improvement – allow setting the radius when (de)selecting lines
Darktable 2.4.4 Bugfixes
- Fix selecting drives in the import dialog on Windows by bundling a patched glib
- Add some space between checkbox and label in color picker
- OpenCL: better readability of debug output on memory usage
- Levels: catch an edge case where float != int
- Fix the alignment in a tooltip in lens correction
- Local contrast: Reset strength slider to 120% when double clicked
- Drop unused clone masks when loading xmp files
- Remove all sub masks when clearing cloning masks
- darktable-cltest: do not print summary statistics on OpenCL usage
- Perspective correction: take aspect parameter into account when judging on neutral settings
- Haze removal: fix tiled processing
- Fix install on Windows due to GraphicsMagick’s versioned filenames
- PPM: Handle byte order when loading files
- Fix #12165: Don’t try to show dialog without gui
- Fix an out-of-bounds memory access
- Tools: Fix typo in darktable-gen-noiseprofile that made it unusable
- MacOS package: point gettext to correct localedir
Install Darktable On Ubuntu Linux
Run the following commands in terminal to install Darktable on Ubuntu Linux Systems:
sudo add-apt-repository ppa:pmjdebruijn/darktable-release
sudo apt-get update
sudo apt-get install darktable
Once installed, please restart the system to apply changes.
If you want to uninstall and remove the Darktable PPA, run the command:
sudo apt-get install ppa-purge && sudo ppa-purge ppa:pmjdebruijn/darktable-release
sudo apt-get update