darktable

darktable
Screenshot of darktable 1.6, darkroom view
Original author(s) Johannes Hanika[1]
Initial release April 2009 (2009-04)[2]
Stable release
2.4.4 / June 6, 2018 (2018-06-06)[3]
Repository https://github.com/darktable-org/darktable
Written in C and GTK+
Operating system FreeBSD
Linux
macOS
Solaris
Windows
Platform x86-64, ARM64
Size 3.26 MB (source)
61.8 MB (Windows)
56 MB (macOS)
Available in 26 languages[4]
Type Photo post-production
License GNU General Public License 3 or later[5]
Website www.darktable.org

darktable is a free and open-source photography workflow application and raw developer. Rather than being a raster graphics editor like Adobe Photoshop or GIMP, it comprises a subset of image editing operations specifically aimed at non-destructive raw photo post-production. It is primarily focused on improving a photographer's workflow by facilitating the handling of large numbers of images. It is freely available in versions tailored for most major Linux distributions, macOS, Solaris and Windows and is released under the GNU General Public License 3 or later.[5]

Features

darktable involves the concept of non-destructive editing, similar to that of some other raw manipulation software. Rather than being immediately applied to raster data of the image, the program keeps the original image data until final rendering at the exporting stage (the adjustment parameters made by a user are however visible in real-time). The program features built-in ICC profiles, GPU acceleration (based on OpenCL), and supports most common image formats.

Masks

A major new feature in version 1.4 is support for drawn masks, allowing application of effects to manually specified areas of an image. There are five mask types available: brush, circle, ellipse, bezier path, and gradient. All are resizable, allow fade-out radius for smooth blending and can have their opacity controlled. An arbitrary number of masks can be created and are collected into a "mask manager" on the left hand side of the darkroom UI.[6]

Color

darktable has built-in ICC profile support for sRGB, Adobe RGB, XYZ and linear RGB color spaces. [7]

Importing and exporting

Raw image formats, JPEG, HDR and PFM images can be imported from disk or camera, and exported to disk, Picasa Web Albums, Flickr, email, and to a simple HTML-based web gallery as JPEG, PNG, TIFF, PPM, PFM and EXR images.[8] Images can be exported to Wikimedia Commons using an external plugin.[9]

Scripting

darktable can be controlled by scripts written in Lua version 5.2. Lua can be used to define actions which darktable should perform whenever a specified event is triggered. One example might be calling an external application during file export in order to apply additional processing steps outside of darktable.[10]

Multi-mode histogram

Multiple histogram types are available, all with individually selectable red, green and blue channels: linear, logarithmic and waveform (new in version 1.4).[6]

User interface

darktable 1.0 as it appears after installation

darktable has two main modes, lighttable and darkroom. Each represents a step in the image development process. Two more modes are tethering and a map view. Upon launching, “lighttable” opens by default, where image collections are listed. All panels in all modes can be minimized to save screen real estate.[11]

lighttable

The left panel is for importing images, displaying Exif information, and filtering. Rating and categorizing buttons are at the top, while the right-side panel features various modules such as a metadata editor and a tag editor. A module used to export images is located at the bottom-right.

darkroom

The second, "darkroom", mode displays the image at center, with four panels around it; most tools appear on the right side. The left panel displays a pannable preview of the current image, an undo history stack, a color picker, and Exif information. A filmstrip with other images is displayed at the bottom, and can be sorted and filtered using lists from the upper panel. The latter also gives access to the preferences configuration. darktable's configuration allows custom keyboard shortcuts and personalized defaults.

tethering

The third mode allows tethering through gPhoto to some of the cameras which support it.[12]

map

The fourth mode can display maps from different online sources and geotags images by drag and drop. It also uses maps to show images already geotaged by a camera.

Plugins

Current logo of the Volapük Wikipedia
Old plugin palette with 14 active plugins, of which 2 are set as favorites (in red)
Future logo of the Volapük Wikipedia
Current plugin palette used in darktable 1.2.

As of March 2012, darktable includes 47 image adjustment plugins, which it divides into 5 groups;[8]

Basic group

Plugins for simple well-known photo adjustment operations include crop and rotate; base curve presets, which sets general basecurve presets to automatically improve contrast and colors; exposure controls; highlight reconstruction; demosaic; white balance; and color invert, which allows defining the color of the "film" with a color picker.

Tone group

Plugins related to contrast and lighting include fill light for modifying the exposure based on pixel lightness; levels to set black, grey and white points; tone curve; zone system; and tone mapping.

Color group

Plugins related to hue and saturation include overexposed, to display pixels outside dynamic range; velvia, which mimics Velvia film colors by increasing saturation on lower saturated pixels more than on highly saturated pixels; channel mixer; color contrast; color correction, to modify the global saturation or to give a tint; color zones; color transfer; vibrance; and input/output/display color profile management.

Correction group

Plugins for repairing visual imperfections include sharpen; equalizer; denoise (non-local means); denoise (bilateral filter); lens correction using the LensFun library; spot removal; chromatic aberrations; raw denoise; and hot pixels for the correction of defective pixels.

Effect group

Artistic postprocessing plugins used for visual effects include watermark; framing; split toning; vignetting; soften; grain; highpass; lowpass; monochrome; lowlight vision; shadows and highlights; bloom; colorize; and graduated density.

Development

Google Summer of Code

In 2011, the darktable team participated in the Google Summer of Code (GSoC). The main goals were to remove libglade dependency from darktable and to make room for more modularity. The input system for handling shortcuts was also rewritten and incorporated into version 0.9.[13][14]

Distribution

darktable is released under the GNU General Public License (3.0 or later) as free software.[15] The current version of darktable works on Linux, macOS and Windows. Many Linux distributions include darktable in their default repositories, including Fedora, openSUSE, Arch Linux, and Gentoo Linux.

darktable also runs on Solaris 11,[16] with packages in IPS format available from the maintainer.[17]

Source code repository

Darktable is hosted on Github. All source code and development information can be found there.

Bibliography

Вейч, Ник (2010). "Darktable". Linux Format, русская редакция (in Russian). Saint Petersburg, Russia. 130 (4): 97. ISSN 1062-9424.

See also

References

  1. "contact". darktable.org. Retrieved March 16, 2012.
  2. "darktable main repository". darktable.org. Retrieved August 23, 2012.
  3. "darktable 2.4.4 released". Retrieved 6 June 2018.
  4. "LINGUAS". darktable.org. Retrieved February 4, 2016.
  5. 1 2 "about". darktable.org. Retrieved March 15, 2012.
  6. 1 2 "Darktable 1.4". Nathan Willis. Retrieved April 30, 2014.
  7. http://www.darktable.org/usermanual/en/color_management.html
  8. 1 2 "features". darktable.org. Retrieved March 15, 2012.
  9. "DtMediaWiki". Retrieved October 14, 2018.
  10. "Darktable user manual chapter 7". darktable.org. Retrieved April 30, 2014.
  11. "A RAW Feast on the Linux Darktable (Photo Editor)". Carla Schroder. Retrieved April 28, 2012.
  12. "How to Remote Control Your Camera with Darktable on Linux". Carla Schroder. Retrieved April 30, 2014.
  13. Who’s New in Google Summer of Code: Part 7 - Google Open Source Blog
  14. Glade Removal Complete, Moving on to Keyboard Accelerators
  15. "GNU General Public License". LICENSE. Free Software Foundation. June 2007. Retrieved August 23, 2012.
  16. "Darktable and Solaris: It Just Works(tm) .... and there are some nifty benefits too". Retrieved August 23, 2012.
  17. www.jmcpdotcom.com/Packages
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.