Skip to content

Releases: darktable-org/darktable

Darktable nightly build 20240425

25 Apr 00:32
Compare
Choose a tag to compare
Pre-release

This is a nightly build of Darktable.

You can use this if you want to try new features without waiting for releases. From time to time, in development builds, old difficult-to-reproduce bugs are fixed, but it is also true that in the development process with the introduction of new complex code, the stability of the program may suffer compared to official releases, so use it with caution!

Also, new versions can make changes to the database schema, so it's best to run them with a separate library.

The AppImage package is compatible with distribution releases that have glibc version 2.35 or higher. For example, if we consider some popular distributions, Ubuntu 22.04, Debian 12, Fedora 36 and newer releases are compatible.

The *.AppImage.zsync file is not intended to be downloaded and used locally. Just ignore it. This file contains technical information required by AppImage auto-updaters such as AppImageUpdate.

The macOS *-x86_64.dmg package requires at least macOS 13.5 (Ventura), the *-arm64.dmg package requires at least macOS 14.0 (Sonoma).

Please help us improve Darktable by reporting any issues you encounter! 😉

release 4.6.1

17 Feb 14:16
Compare
Choose a tag to compare

We're proud to announce the new corrective release of darktable, 4.6.1!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.6.1.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.6.1.tar.xz
16edc0a070293e2d3cda4ea10e49bda9bde932e23f9e62e2fa2e7ac74acf7afd  darktable-4.6.1.tar.xz
$ sha256sum darktable-4.6.1-x86_64.dmg
a7676fb36f208a41e026d806a0408d2364251d843810fd7dc2003e251ae09773  darktable-4.6.1-x86_64.dmg
$ sha256sum darktable-4.6.1-arm64.dmg
145a11c3965b4c5cc2c53c9277f5896569fe55c05f2445f3185de94cd9667585  darktable-4.6.1-arm64.dmg
$ sha256sum darktable-4.6.1-arm64-macOS-12.5.dmg
18315e904d655a22294c2eefaac5e815365e4717c4887c9ead1453b6d74d66be  darktable-4.6.1-arm64-macOS-12.5.dmg
$ sha256sum darktable-4.6.1-win64.exe
b77657db6a64282123a172f374ae581c72bb2b44a5b1257bc8d93afa04a716d3  darktable-4.6.1-win64.exe

When updating from the stable 4.4 series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 4.4.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 4.6.0:

  • 606 commits to darktable+rawspeed
  • 57 pull requests handled
  • 12 issues closed

The Big Ones

Performance Improvements

  • Fixed some OpenCL code paths that could produce garbled or unprocessed
    output without reporting the issue back to the pixel-pipe.

Other Changes

  • Image discovery from the import dialog is now performed
    asynchronously. This means that a long parsing (due to using recursive
    mode in a directory with a huge number of sub-directories and
    files) can be interrupted by selecting another place/directory
    or un-checking recursive mode.

Bug Fixes

  • Fixed an issue with importing images in recursive mode. Using this
    mode without having first selected a directory could freeze darktable due
    to it having to parse the whole disk (though it would recover eventually).

  • When importing images in recursive mode, the thumbs for
    images discovered in sub-directories are now properly displayed.

  • Fixed memory and resource leaks in the QOI image loader.

  • Fixed RGBE image loader.

  • Fixed possible issue with guide lines not being displayed in the
    Rotate and Perspective module.

  • Fixed non-persistent zoom level in culling mode when switching images.

  • Fixed crashes related to details mask when running low on GPU or
    system memory.

  • Fixed incorrect rendering of an initial snapshot after creating a
    second snapshot.

  • Keep selected styles in the style dialog after editing them.

  • Fixed collection selection for ISO, aperture and aspect ratio to work
    in all locales (independent of any locale-specific decimal separator).

  • Fixed RAW Chromatic Aberrations module, which could crash due to a
    rounding issue while computing an internal buffer size. This could
    cause a buffer overflow and possibly crash darktable.

  • Avoid undershoots while interpolating in Lens Correction, Rotate and
    Perspective, Retouch and Liquify modules.

  • Include LibRaw fix for artifacts when decoding high-ISO Canon CR3 files.

  • Fixed possible incorrect module name when applying styles, whereby the
    module name was showing garbled text.

  • Fixed possible incorrect default value initialized in Lens Correction legacy
    parameter migration from version 2.

  • Fixed garbled output and possible OpenCL errors for very dark regions
    in Color Balance RGB.

  • Fixed OpenCL startup for various cards.

  • Fixed issue where the right-click-and-drag rotation line was not being
    displayed on the image when a darkroom module was expanded.

  • Fixed lighttable scrolling freeze when using a track-pad.

  • Fix compatibility issues with HDR created DNG files.

  • Fix possible crash when using the capture's live view mode.

  • Fixed a zooming bug in lighttable culling mode where some images' area
    could be plain grey or having a very small thumb.

  • Fixed some missing pipe recomputing making processing modules' graph
    (Tone Equalizer for example) not properly updated.

  • Fixed several mouse scroll-wheel issues on macOS when used in
    combination with the Shift modifier key (color harmonies
    width, module height, geotagging date/time, ...).

Lua

API Version

  • API version is now 9.2.0

Bug Fixes

  • Fixed scripts_installer to handle user names with spaces on Windows.

Add action support for Lua

Other Lua changes

  • n/a

Notes

  • When exporting to AVIF, EXR, JPEG XL, or XCF, selecting specific
    metadata (e.g. geo-tag or creator) is not currently possible. For
    AVIF, EXR, JPEG XL, and XCF formats, darktable will not include any
    metadata fields unless the user selects all of the checkboxes in the
    export module's preference options.

  • In order to support the correct display of numbers in darktable, the
    minimum supported Gtk version has had to be increased to
    3.24.15. For people who need to build darktable with an older
    version, this can be achieved by removing line 241 of the
    darktable.css file on your system. See
    #13166.

  • Starting with release 4.4 a new support policy regarding macOS
    versions has been put in place – darktable releases will now only
    support those macOS versions that are also supported by Apple.
    Release 4.6 therefore drops support for macOS versions older than
    12.5.

Changed Dependencies

Mandatory

  • n/a

Optional

  • Bump libavif to 0.9.3

RawSpeed changes

Camera support, compared to 4.4

Base Support

  • Canon EOS Kiss F
  • Canon EOS Kiss X50
  • Canon EOS Kiss X90
  • Canon IXY 220F (dng, chdk)
  • Canon PowerShot SX220 HS (chdk)
  • Fujifilm FinePix SL1000
  • Fujifilm GFX100 II (compressed)
  • Fujifilm X-S20 (compressed)
  • Hasselblad CFV-50c
  • Hasselblad CFV II 50C
  • Hasselblad CFV 100C
  • ImBack ImB35mm (chdk)
  • Leica M (Typ 262) (dng)
  • Leica M-D (Typ 262) (dng)
  • Leica M10-D (dng)
  • Leica M10-P (dng)
  • Leica M10-R (dng)
  • Leica M11-P (dng)
  • Leica Q2 Monochrom (dng)
  • Leica S (Typ 007) (dng)
  • Leica S2 (dng)
  • Leica S3 (dng)
  • Leica SL2 (dng)
  • Leica SL2-S (dng)
  • Leica T (Typ 701) (dng)
  • Leica TL (dng)
  • Leica TL2 (dng)
  • Leica V-Lux 4 (4:3, 3:2, 1:1, 16:9)
  • Leica V-Lux 5 (3:2)
  • Leica X (Typ 113) (dng)
  • Leica X Vario (Typ 107) (dng)
  • Leica X-U (Typ 113) (dng)
  • Leica X1 (dng)
  • Nikon Coolpix A1000 (12bit-uncompressed)
  • Nikon Z f (14bit-compressed)
  • OM System TG-7
  • Panasonic DC-TZ200D (3:2)
  • Panasonic DC-TZ202D (3:2)
  • Panasonic DC-TZ220 (3:2)
  • Panasonic DC-TZ220D (3:2)
  • Panasonic DC-ZS200D (3:2)
  • Panasonic DC-ZS220 (3:2)
  • Panasonic DC-ZS220D (3:2)
  • Panasonic DMC-G10 (3:2, 16:9, 1:1)
  • Panasonic DMC-GM1S (4:3, 3:2, 16:9, 1:1)
  • Pentax K-3 Mark III Monochrome
  • Pentax KF
  • Pentax Q-S1 (dng)
  • Pentax Q10 (dng)
  • Samsung EK-GN120
  • Samsung G920F (dng)
  • Samsung G935F (dng)
  • Samsung GX10 (dng)
  • Samsung GX20 (dng)
  • Samsung NX3300
  • Sigma fp (dng)
  • Sigma fp L (dng)
  • Sigma sd Quattro (dng)
  • Sigma sd Quattro H (dng)
  • Sinar eVolution 75
  • Sony ILCE-6700
  • Sony ILCE-7CM2
  • Sony ILCE-7CR
  • Sony ILME-FX3
  • Sony ZV-E1

White Balance Presets

  • Leica M (Typ 240)
  • Olympus E-P7
  • Olympus TG-6
  • Phase One IQ180
  • Sony ILCE-7CM2

Noise Profiles

  • Canon IXY 220F
  • Nikon Z 8
  • Nikon Z f
  • Olympus E-P7
  • Pentax *ist DS
  • Sony ILCE-6700
  • Sony ILCE-7CM2

Missing Compression Mode Support

  • Adobe enhanced DNGs (JPEG XL flavor)
  • Apple ProRAW DNGs
  • CinemaDNG lossless (Blackmagic, some DJI, etc.)
  • Fujifilm lossy RAFs
  • Nikon high efficiency NEFs
  • Samsung Expert RAW DNGs (JPEG XL flavor)
  • Sony downsized lossless ARWs ("M" for full-frame, "S" for full-frame & APS-C)

Suspended Support

Support for the following cameras is suspended because no samples
are available on raw.pixls.us:

  • Creo/Leaf Aptus 22(LF3779)/Hasselblad H1
  • Fujifilm FinePix S9600fd
  • Fujifilm IS-1
  • GoPro FUSION
  • Kodak EasyShare Z980
  • Leaf Aptus-II 5(LI300059)/Mamiya 645 AFD
  • Leaf Credo 60
  • Leaf Credo 80
  • Minolta DiMAGE 5
  • Olympus SP320
  • Panasonic DMC-FX150
  • Phase One IQ250
  • Sinar Hy6/ Sinarback eXact
  • ST Micro STV680

Translations

  • Add support for Dutch online help which is now fully complete.

  • Albanian

  • Brazilian Portuguese

  • Chinese (Simplified)

  • Chinese (Traditional)

  • Czech

  • Dutch

  • European Spanish

  • Finnish

  • French

  • German

  • Hungarian

  • Italian

  • Japanese

  • Polish

  • Russian

  • Slovenian

  • Turkish

  • Ukrainian

release 4.6.0

21 Dec 18:18
Compare
Choose a tag to compare

We're proud to announce the new feature release of darktable, 4.6.0!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.6.0.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.6.0.tar.xz
724b27e3204d1822de6dc53ea090a6b1ce55f7c32226d34642689775c68aacc2  darktable-4.6.0.tar.xz
$ sha256sum darktable-4.6.0-x86_64.dmg
e4e53cc1ec6a5800029f39728c024882a0357458f5c8d8e0ff16dfe034e701ed  darktable-4.6.0-x86_64.dmg
$ sha256sum darktable-4.6.0-arm64.dmg
c2649a07410d70f5da57f9c3583f24c6a97adb994924af88f132a2232ddf7ab4  darktable-4.6.0-arm64.dmg
$ sha256sum darktable-4.6.0-win64.exe
765fc4d9e67937663253f7cc4d20d4ba829e910ff92626c06dc0846e2ddc77de  darktable-4.6.0.exe

When updating from the stable 4.4 series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 4.4.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 4.4:

  • 1648 commits to darktable+rawspeed
  • 553 pull requests handled
  • 49 issues closed

Please note that the darktable documentation is not currently complete for release 4.6
and contributions are greatly appreciated. Please see the
project documentation
for more information on how to contribute.

The Big Ones

The following is a summary of the main features added to darktable
4.6. Please see the user manual for more details of the individual
changes (where available).

  • Editing history is now periodically auto-saved (every 10 seconds)
    while editing images in the darkroom view. The auto-save interval can
    be changed (via a preference) or auto-save can be disabled entirely
    (by setting the interval to 0).

  • A new processing module rgb primaries has been added. This module can be used
    for delicate color corrections as well as creative color grading.
    It allows the red, green and blue primary colors to be moved around
    using "hue" and "purity" controls.

    The underlying pixel operation is essentially the same as channel mixing.

  • In addition, the sigmoid module now includes a new primaries section,
    which can be used to gracefully handle difficult lighting situations
    (e.g. LEDs) and tune the overall look of the image. Modifying these
    parameters can provide pleasing sunsets, improved skin tones etc.
    This feature can only be used with sigmoid's per-channel mode and is
    loosely based on ideas from Troy Sobotka's AgX
    and related work in the Blender community.
    The included "smooth" preset should provide a good starting point
    for further corrections using this feature.

  • When working with the liquify and retouch modules, the full uncropped
    image is now always shown, with any crop indicated by displaying an overlaid
    rectangle. This allows for cropped-out parts of the image to be used without
    having to first disable the crop module and re-enable it when finished.

  • When panning or zooming in the darkroom view, a low resolution placeholder
    used to be shown until the image was fully recalculated for the newly-visible
    region. Now, if any part of the previous view is still visible, that part will
    be immediately shown in high quality, with only the remainder of the image
    being temporarily shown in low quality until the pipe has finished.

    This has been achieved as part of a complete reworking of the darkroom image
    display, which has also removed some annoying jumps when
    replacing the low resolution placeholder with recalculated image data,
    or when switching between full and cropped view
    (when the crop, retouch or liquify modules are (un)focused).

Performance Improvements

  • OpenCL is now initialized in the background immediately after launching
    the darktable UI, with progress indicated by a series of toast messages.
    Previously, this was done before the main UI was launched, which
    could lead to significant delays (sometimes more than a minute) between
    the user opening darktable and anything appearing on-screen, making
    it appear as though darktable had failed to start. Note that processing
    will be slower (since darktable will only use the CPU) until OpenCL is fully
    initialized.

  • An OpenCL code path has been implemented for lens correction using embedded
    correction metadata.

  • Image display speed in the map view has been increased by 25%.

  • Export speed has been improved for JPEG 2000 and B&W TIFF images.

  • The chromatic aberrations module is now approximagely 10% faster when
    run on the CPU.

Other Changes

  • The hot pixels module now supports monochrome images.

  • The internal compositional guide widget has been removed from the retouch
    module as it is not required (you can still display the guide globally).

  • A long-running import session can now be canceled by clicking on the cross
    in the progress bar on the bottom left of the screen.

  • Auto orientation is now supported when importing AVIF/HEIF images
    (requires at least libavif 0.9.2 and/or libheif 1.16.0).

  • It is now possible to visualize raster masks in the same way as other
    mask types by clicking the mask visualization icon.

  • The dual demosaic mask visualization and performance have been improved.

  • It is now possible to manually define additional vignette correction via
    the lens correction module.

  • The linear ProPhoto RGB color space can now be selected in the LUT 3D module.

  • The following changes have been made to the OpenCL implementation:

    • Benchmarking code has been removed as it no longer produces valid
      results on today's computers.

    • The "pinned memory transfer" option has now been removed from the
      preferences dialog, though it can still be set on a per-device basis.

    • A new option "use all device memory" has been added to the preferences
      dialog. Select this option to use all GPU memory, with the exception
      of a 600MB "headroom" which is left free for use by other applications.
      A similar option was previously available in earlier versions of darktable,
      however the headroom is now increased to 600MB to account for greater
      use of GPU acceleration on modern systems.

    • A new set of options have been added to the preferences dialog, to allow
      selection of desired OpenCL drivers.

  • A built-in "Display P3" color profile has been added for use in input,
    output, display, working and soft-proofing profiles.

  • The highlight reconstruction module can now be used for all non-raw files.

  • The scroll speed in the filmstrip can now be increased by
    holding Shift while scrolling (filmstrip will move by half
    of the visible images at a time). Holding Ctrl while scrolling
    changes the number of images shown (zooms the filmstrip) and thereby also
    changes the speed achieved when holding Shift.

  • Exported PNG files now embed a CICP (Coding-Independent Code
    Points) encoded color profile in addition to ICC where possible.

  • Exported AVIF files now no longer embed a superfluous ICC profile if the
    color profile can be encoded as CICP.

  • Improved scaling and placement of images in the culling view now make
    better use of available screen space.

  • When hovering over the sample patches in the global color picker module
    those areas are displayed on the central image and on the histogram (if
    the corresponding option is selected). It is no longer necessary
    to have the color-picker activated when doing this. This enhanced behavior
    is useful, for example, when color grading.

  • It is now possible to display a tooltip for a slider or drop-down
    and a separate tooltip for the button to its right (commonly a
    color picker button). This was not possible in previous versions
    of darktable, and was an issue where the button was not directly
    linked to the slider (for example, a button for mask display).

  • Holding the Ctrl key while double clicking a slider or
    drop-down in a processing module now restores any auto-applied
    preset.

  • Where multiple drawn shapes are grouped (e.g. in a module's mask)
    the mask manager module now displays a tick mark in front of the
    active combination mode (in the popup menu) when right-clicking one of
    the consituent shapes. This is usually much easier to read than the
    "Venn diagram" icons in the main module UI.

  • Mnemonics have been added to dialog boxes and default actions have been
    assigned, so that pressing Enter will trigger the correct
    action and close the dialog.

  • More OpenEXR 3.2.0 attributes can now be extracted and displayed in
    the image information module, where present.

  • Lens and cameras filters have been added to the collection filters module.

  • AVIF exports have been changed so that there is now no conversion to YUV
    for lossless. The quantizer selection logic has been updated and
    "lossy" is now the default.

  • The content of the main preferences dialog is now (almost) entirely taken
    from a single definition file (darktableconfig.xml.in) making its layout
    much easier to modify.

  • The drop-downs in the preferences dialog now use the same (bauhaus)
    widgets as the drop-...

Read more

release 4.4.2

22 Jul 17:28
Compare
Choose a tag to compare

We're proud to announce the new corrective release of darktable, 4.4.2!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.4.2.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.4.2.tar.xz
c11d28434fdf2e9ce572b9b1f9bc4e64dcebf6148e25080b4c32eb51916cfa98  darktable-4.4.2.tar.xz
$ sha256sum darktable-4.4.2-x86_64.dmg
9eb84ea041daad704a8d4226d8c7cba77522dcd003d7166961869b1cfaa9ac9a  darktable-4.4.2-x86_64.dmg
$ sha256sum darktable-4.4.2-arm64.dmg
4576f4cc25f96d5a2334993bb847e826591b3190ddf24fb83461df093ce8ee2a  darktable-4.4.2-arm64.dmg
$ sha256sum darktable-4.4.2-win64.exe
3f3557281a24f61080181cbde09c3d0f9853f81ff08485247e844afa9b2171a6  darktable-4.4.2-win64.exe

When updating from the stable 4.2.x series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 4.2.x.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 4.4.1:

  • 53 commits to darktable+rawspeed
  • 19 pull requests handled
  • 1 issues closed

Please note that the darktable documentation is not currently complete for release 4.4
and contributions are greatly appreciated. Please see the
project documentation
for more information on how to contribute.

Bug Fixes

  • Graduated Density : Fix density computation for negative EVs.

  • Fixed wrong allocation of OpenCL image buffers for blending in
    DEVELOP_BLEND_CS_RAW.

  • Fixed roi_in calculation in highlights and RAW Chromatic
    Aberrations modules.

  • Fix snap to grid for cm/inch units in print view. Only mm was
    properly handled.

  • Fix issue where the highlight reconstruction method was reset to
    clip when applying a style from the lighttable.

  • Fix loading some image format using GraphicMagick on Windows.

  • Fix some possible wrong pixels at the lower-right border of images
    due to some miscalculation in Input Color Profile & Color Balance.

  • Fix retouch module ROI computation when a crop is active making some
    clone area inactive when the source was outside of the cropped
    area. This bug was only visible in darkroom main view.

  • Fix positioning of demosaicer RoI in according to algorithm and
    sensor. Avoid some possible (small) black artifacts on image
    borders.

Lua

API Version

  • N/A

Other Lua changes

  • N/A

Notes

  • When exporting to AVIF, EXR, JPEG XL, or XCF, selecting specific
    metadata (e.g. geo tag or creator) is not currently possible. For
    AVIF, EXR, JPEG XL, and XCF formats, darktable will not include any
    metadata fields unless the user selects all of the checkboxes in the
    export preference options.

  • In order to support the correct display of numbers in darktable, the
    minimum supported Gtk version has had to be increased to
    3.24.15. For people who need to build darktable with an older
    version, this can be achieved by removing line 241 of the
    darktable.css file on your system. See
    #13166.

  • Starting with this release a new support policy regarding macOS
    versions will be in place -- darktable releases will now only
    support those macOS versions that are also supported by Apple.
    Release 4.4 therefore drops support for macOS versions older than
    11.3.

Changed Dependencies

Mandatory

  • None

Optional

  • None

RawSpeed changes

Camera support, compared to 4.2

Base Support

  • N/A

White Balance Presets

Noise Profiles

Missing Compression Mode Support

  • Apple ProRAW DNGs
  • CinemaDNG lossless (Blackmagic, DJI, etc.)
  • Fujifilm lossy RAFs
  • Nikon high efficiency NEFs
  • Samsung Expert RAW DNGs

Suspended Support

Support for the following cameras is suspended because no samples
are available on raw.pixls.us:

  • Creo/Leaf Aptus 22(LF3779)/Hasselblad H1
  • Fujifilm FinePix S9600fd
  • Fujifilm IS-1
  • GoPro FUSION
  • Kodak EasyShare Z980
  • Leaf Aptus-II 5(LI300059)/Mamiya 645 AFD
  • Leaf Credo 60
  • Leaf Credo 80
  • Minolta DiMAGE 5
  • Olympus SP320
  • Panasonic DMC-FX150
  • Pentax Q10
  • Phase One IQ250
  • Samsung GX10
  • Samsung GX20
  • Samsung EK-GN120
  • Samsung SM-G920F
  • Samsung SM-G935F
  • Sinar Hy6/ Sinarback eXact
  • ST Micro STV680

Translations

  • New English translation with capital letters
  • German
  • European Spanish
  • Finnish
  • French
  • Hebrew
  • Hungarian
  • Japanese
  • Polish
  • Brazilian Portuguese
  • Russian
  • Turkish
  • Slovenian
  • Albanian
  • Ukrainian
  • Chinese - China
  • Chinese - Taiwan

darktable 4.4.1 released

01 Jul 06:18
Compare
Choose a tag to compare

We're proud to announce the new corrective release of darktable, 4.4.1!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.4.1.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.4.1.tar.xz
e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d  darktable-4.4.1.tar.xz
$ sha256sum darktable-4.4.1-x86_64.dmg
02352830580ad353e15b490018a94a5972755c9ae197d7eb219058469a44ba15  darktable-4.4.1-x86_64.dmg
$ sha256sum darktable-4.4.1-arm64.dmg
49fd74e0b80b7b19b1652499ba0a1b585e5a504b9977cadd7040ae761f356d75  darktable-4.4.1-arm64.dmg
$ sha256sum darktable-4.4.1-win64.exe
70dca4f5f3c4fec897a6561484fb14f81709aca3185373d9118b630d24ae2098  darktable-4.4.1-win64.exe

When updating from the stable 4.2.x series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 4.2.x.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 4.4.0:

  • 24 commits to darktable+rawspeed
  • 17 pull requests handled
  • 24 issues closed

Please note that the darktable documentation is not currently complete for release 4.4
and contributions are greatly appreciated. Please see the
project documentation
for more information on how to contribute.

Bug Fixes

  • Fix inverted and corrupted grow/shrink in Liquify module.

  • Fix FilmicRGB V7 CPU code path to disable the gamut mapping.

  • Fix Negadoctor CPU code path where clipping was not properly computed.

  • Fix snapshot label when containing non escaped characters.

  • Fix possible crash on Windows when using mask in the Color Balance RGB
    module.

  • Fix default value when editing the module's first instance name.

  • Fix top history module being reset to default values when not using
    the auto module naming.

  • Make sure OpenCL devices report at least v1. 2 support.

  • Add some missing support for mask distortion to modules changing ROI
    (Region Of Interest) while processing.

  • Fixed a spacing issue with text boxes in the metadata editor when
    one or more fields have been hidden by the user.

  • Fix a bug in colorspace transformation OpenCL code leading to CPU
    fallback.

  • Allow entering full preview mode when no image hovered or selected.

  • Fix a case where no default auto-preset were applied to the
    image. If a user's auto-preset is created for a module we want to
    disable the default auto-preset only if the user's preset is
    actually applied (meaning the filter on camera, lens, iso, aperture
    or exposure matches).

Lua

API Version

  • N/A

Other Lua changes

  • N/A

Notes

  • When exporting to AVIF, EXR, JPEG XL, or XCF, selecting specific
    metadata (e.g. geo tag or creator) is not currently possible. For
    AVIF, EXR, JPEG XL, and XCF formats, darktable will not include any
    metadata fields unless the user selects all of the checkboxes in the
    export preference options.

  • In order to support the correct display of numbers in darktable, the
    minimum supported Gtk version has had to be increased to
    3.24.15. For people who need to build darktable with an older
    version, this can be achieved by removing line 241 of the
    darktable.css file on your system. See
    #13166.

  • Starting with this release a new support policy regarding macOS
    versions will be in place -- darktable releases will now only
    support those macOS versions that are also supported by Apple.
    Release 4.4 therefore drops support for macOS versions older than
    11.3.

Changed Dependencies

Mandatory

  • None

Optional

  • None

RawSpeed changes

Camera support, compared to 4.4.0

Base Support

  • N/A

White Balance Presets

Noise Profiles

Missing Compression Mode Support

  • Apple ProRAW DNGs
  • CinemaDNG lossless (Blackmagic, DJI, etc.)
  • Fujifilm lossy RAFs
  • Nikon high efficiency NEFs
  • Samsung Expert RAW DNGs

Suspended Support

Support for the following cameras is suspended because no samples
are available on raw.pixls.us:

  • Creo/Leaf Aptus 22(LF3779)/Hasselblad H1
  • Fujifilm FinePix S9600fd
  • Fujifilm IS-1
  • GoPro FUSION
  • Kodak EasyShare Z980
  • Leaf Aptus-II 5(LI300059)/Mamiya 645 AFD
  • Leaf Credo 60
  • Leaf Credo 80
  • Minolta DiMAGE 5
  • Olympus SP320
  • Panasonic DMC-FX150
  • Pentax Q10
  • Phase One IQ250
  • Samsung GX10
  • Samsung GX20
  • Samsung EK-GN120
  • Samsung SM-G920F
  • Samsung SM-G935F
  • Sinar Hy6/ Sinarback eXact
  • ST Micro STV680

Translations

  • New English translation with capital letters
  • German
  • European Spanish
  • Finnish
  • French
  • Hebrew
  • Hungarian
  • Japanese
  • Polish
  • Brazilian Portuguese
  • Russian
  • Slovenian
  • Albanian
  • Ukrainian
  • Chinese - China
  • Chinese - Taiwan

darktable 4.4.0 released

21 Jun 15:28
Compare
Choose a tag to compare

We're proud to announce the new feature release of darktable, 4.4.0!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.4.0.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.4.0.tar.xz
8887fc34abd97c4998b0888c3197e0c509d63bdeab2238906915319811f3b080  darktable-4.4.0.tar.xz

$ sha256sum darktable-4.4.0-x86_64.dmg
64af00c1ae160a6e95c459260c7789a431bb050f23afc62f87d6f23f3f06ced1  darktable-4.4.0-x86_64.dmg

$ sha256sum darktable-4.4.0-arm64.dmg 
40e41dcf508398fc67b2bce3441ac80b5dc5886e86cad15cf214530f42bf730d  darktable-4.4.0-arm64.dmg

$ sha256sum darktable-4.4.0-win64.exe
23a4831ca52c707984b64cc6b9122526e96606ce86b04a0906fe32fd8327d956  darktable-4.4.0-win64.exe

When updating from the stable 4.2.x series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 4.2.x.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 4.2:

  • 2700 commits to darktable+rawspeed
  • 813 pull requests handled
  • 97 issues closed

Please note that the darktable documentation is not currently complete for release 4.4
and contributions are greatly appreciated. Please see the
project documentation
for more information on how to contribute.

The Big Ones

The following is a summary of the main features added to darktable
4.4. Please see the user manual for more details of the individual
changes (where available).

  • It is now possible to define multiple automatically-applied presets
    against a single processing module. Each preset after the first will
    be added to a new module instance immediately after the first
    instance in the pipeline.

    To better visualise which module instance corresponds to which
    preset, the module label will be automatically set to the name of
    any preset that matches the current module's parameters. If you
    subsequently alter those parameters, the label will be cleared,
    unless its parameters match to another preset, in which case it will
    be changed to the name of the matched preset. If the module label
    has been hand edited it will never be updated automatically.

    A new option (preferences > darkroom > automatically update module
    name) has been introduced to allow this functionality to be
    disabled.

  • The default parameters of some processing modules have been reworked
    to allow them to be more easily used in copy/paste, presets and
    styles.

  • Many modules have default parameters based on image metadata or
    current workflow, for example:

    • exposure: in a scene-referred workflow, the exposure is adjusted
      using the Exif exposure compensation value,
    • denoise (profiled): set based on camera and ISO,
    • lens correction: set based on camera, lens, focal length, focus distance,
    • base curve: set based on the camera maker,
    • white balance: set based on Exif metadata,
    • orientation: set based on Exif metadata,
    • color calibration: set based on Exif metadata

    For all of these modules it is now possible to paste settings while
    ensuring that the proper image metadata is used to set the module
    parameters. This is achieved by selecting the "Reset" column in the
    preset and style dialogs, which makes the module behave as if its
    reset button has been clicked.

    When creating or editing presets, a new option, "reset all module
    parameters to their default values", has been added. Choose this
    option to auto-add modules to matching images while retaining their
    default parameters (including any set based on image metadata).

    This functionality has allowed us to clean up a number of
    module-specific hacks that previously achieved similar functionality
    (albeit in a more limited way).

  • The default workflow configuration option (preferences > processing >
    auto-apply pixel workflow defaults) has now been adjusted to
    incorporate the previous chromatic adaptation workflow setting and to
    include the new sigmoid module. Options are now as follows:

    • scene-referred (filmic) -- default
    • scene-referred (sigmoid)
    • display-referred (legacy)
    • None

    With these new options, the color calibration module and
    scene-referred module order will be automatically applied for all
    workflows except "display-referred (legacy)", which will continue to
    use only the white balance module for chromatic adaptation. The
    value in brackets represents the default module used for tone
    mapping (filmic/sigmoid). In the legacy mode, base curve will be
    used for tone mapping and in "none" mode, no tone mapping module
    will be applied.

  • The scopes module now has a new color harmony overlay option in RYB
    vectorscope mode. You can choose from 9 different color harmonies:

    • Monochromatic
    • Analogous
    • Analogous complementary
    • Complementary
    • Split complementary
    • Dyad
    • Triad
    • Tetrad
    • Square

    These will show as overlays on top of the vectorscope to tell you
    where the "harmonic" colors are. You can rotate the overlays by
    scrolling with your mouse.

    Color harmony guides can be used along with the global color picker
    module to guide you in shifting your image's colors to fit a given
    color harmony -- think of them like crop composition guides, but for
    colors.

  • A global right-click-and-drag operation has been added to
    allow image rotation to be corrected without first opening the
    rotate and perspective module. This operation can be used as long as
    the currently-focused module does not already use that shortcut for
    another purpose.

  • Drawn mask functionality has been completely overhauled with a large
    number of changes and fixes:

    • The "brush smoothing" and "pen pressure" options have been moved
      from the global preferences dialog to a new collapsible
      "properties" section in the mask manager, so that they can be
      changed while drawing and can be assigned shortcuts.

    • The drawn mask shape size/feather/hardness sliders in the mask
      manager now use a logarithmic scale and scrolling over them makes
      relative adjustments, just like Shift+scroll over the
      shape itself. As with other sliders, Ctrl or
      Shift can be used to make fine or coarse adjustments
      (similarly with shortcut fallbacks enabled). Shortcuts assigned to
      the sliders can be used to adjust brush size/hardness while
      drawing.

    • A fifth set operator has been added to the mask manager to allow
      drawn shapes to be combined in "sum" mode. This allows repeated
      brush strokes with low opacity to be layered on top of each other
      to increase the strength of the mask. This mode is now the default
      for brush shapes.

    • It is now possible to change the set operator (mode) for all
      shapes in a group from the right-click menu in the mask manager.

    • Some actions in the mask manager menu previously could be
      activated even though they would have no impact on the image in
      some contexts. The move up/down actions are therefore now disabled
      for the first and last element in a group respectively, and it is
      no longer possible to choose a set operator (mode) for the first
      element in a group.

    • The sort order of the shapes in mask manager groups has been
      reversed so that the lowest ranking shape is at the bottom of the
      group. The sort order of shapes outside of a group has also been
      changed for consistency.

    • It is now possible for all mask types to be added continuously in
      the mask manager.

    • Fixed an issue where the brush was not properly displayed after
      being created from the mask manager, and a crash when creating
      gradients from the mask manager has also been fixed.

    • For all shapes the editable state is now properly set after
      creation making it possible to move and resize the different parts
      of the shapes.

    • Fixed a display issue when editing a shape name in the mask manager.

    • Fixed the state of the set operators in the mask manager -- when
      moving a mask up/down we now ensure that the first mask has no
      operator and that the second one always has an operator assigned.
      If no operator has been set yet the default (union) operator is
      used.

    • When using a shortcut to add shapes to a drawn (blending) mask the
      blending mode will automatically switch to "drawn mask" or "drawn &
      parametric mask", depending on what it was before, so that any newly
      created shape will actually affect the image.

    • In the drawn mask blending mode there used to be an "invert mask"
      option that had the same functionality as the "toggle polarity" option.
      Since both were doing the same thing, "invert mask" is now removed.

    • The drawing of masks has been reworked to ensure that all types of
      masks are drawn in the same way -- the central area, border, and
      highlighted segments are now displayed consistently. The highlighted
      segment is now more visible, especially for the brush mask, where
      the highlighted segment was barely distinguishable due to a bug.

    • In the style and copy/paste dialogs a new column has been added to
      show whether a module uses a mask (drawn/parametric/raster) using
      ...

Read more

darktable 4.2.1 released

22 Feb 18:45
Compare
Choose a tag to compare

We're proud to announce the new bug fix release of darktable, 4.2.1!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.2.1.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.2.1.tar.xz
603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac  darktable-4.2.1.tar.xz
$ sha256sum darktable-4.2.1_arm64.dmg
d037a23e8b37f6971a1f2b7c4cf3e03647b168ad2fb43080761d7a307b43048d  darktable-4.2.1_arm64.dmg
$ sha256sum darktable-4.2.1_x86_64.dmg
993a29685397c6e1a429d84be578da9271eefc06d2c75c10818ffc00b7d04a00  darktable-4.2.1_x86_64.dmg
$ sha256sum darktable-4.2.1-win64.exe
31c4d6c522818eda87e48df44f267afd531339ef9d374fa02d44891e3755f7b5  darktable-4.2.1-win64.exe

When updating from the stable 4.0.x series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 4.0.x.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 4.2.0:

  • Almost 300 commits to darktable+rawspeed
  • 89 pull requests handled
  • 18 issues closed

The Big Ones

  • N/A

Other Changes

  • JPEG files are identified using magic bytes instead of file
    extension. This helps in cases where JPEG images end up in
    files with unexpected extensions.

  • Allow shortcuts to be assigned to the "quick access" style and preset
    menus at the bottom of the darkroom view

  • Add a collapsible section to the sigmoid module so that
    controls not used in standard processing scenarios are hidden
    by default.

  • Some minor modifications to image overlays in culling view to make
    them less intrusive.

Bug Fixes

  • Fix possible bad pinned memory transfer on OpenCL.

  • Fix bug in date/time sanitization function that caused image capture
    timestamps to be corrupted when they contained a time zone with a
    negative offset.

  • Fix toast messages containing "%".

  • Fix collections module using exclude rules when the first filter is empty.

  • Fix RGB curve histogram display when "compensate middle gray" is set.

  • Fix possible infinite loop when a module fails to load.

  • Properly honor "hide histogram" setting when restarting.

  • Fix darktable-chart crash.

  • Fix Y0 mask calculations in the demosaic module.

  • Avoid using fscanf() for loading configuration to avoid broken Windows
    implementation.

  • Add RYB vectorscope option to the darktable configuration file to
    ensure proper histogram view settings on startup.

  • Ensure that wide popups are properly shown on the same display as
    the associated widget.

  • Fix possible crash in camera tethering.

  • Make yes/no buttons in dialog boxes respond to standard shortcuts alt+y
    and alt+n.

  • Fix preferences sanitization, which was completely ineffective due to
    incorrect loading order.

  • Add a link to the sigmoid module's online documentation.

  • Fix tooltip on color calibration expander.

  • Fix incorrect reporting of HEIF image bit depth, which resulted in
    incorrect color profile selection for images without embedded color
    profile data.

  • Fix snapshot invalidation, which was too pessimistic and made
    switching snapshots slow.

  • Fix some messages in LUT module.

Lua

  • N/A

Notes

  • N/A

Changed Dependencies

  • Update bundled LibRaw version to 0.21.1.

    For systems providing LibRaw 0.21.1 or newer, it is now possible to
    disable building the bundled copy by defining
    -DDONT_USE_INTERNAL_LIBRAW=ON

Mandatory

  • Bump minimum required CMake version from 3.10 to 3.18.

Optional

  • Bump libheif minimum required version from 1.9.0 to 1.13.0.

  • Relax libavif minimum required version from 0.9.1 back to 0.8.2.

RawSpeed changes

  • Massive Fuji decompressor refactoring, up to -25% less wall time
  • Fuji GFX100(S): fix 16-bit sensor black/white levels
  • Fix decoding of compressed Fuji raws with large filesize

Camera support, compared to 4.2.0

Base Support

  • Canon EOS Kiss X10
  • Canon EOS Kiss X10i
  • Leica M9 (dng)
  • Nikon Z 30 (12bit-compressed, 14bit-compressed)
  • OM System OM-1
  • OM System OM-5
  • Panasonic DC-G95D (4:3)
  • Panasonic DC-G99D (4:3)
  • Ricoh GR IIIx (dng)

Missing Compression Mode Support

  • Fujifilm "non-lossless"/lossy
  • Nikon high efficiency
  • Sony lossless

White Balance Presets

  • Nikon Z 9

Noise Profiles

  • Fujifilm GFX100S
  • Fujifilm X-H2
  • Fujifilm X-H2S
  • OM System OM-1
  • Sony ILCE-7SM3
  • Canon EOS 250D / Kiss X10 / Rebel SL3 / 200D Mark II
  • Canon EOS R7

Suspended Support

No samples on raw.pixls.us

  • Creo/Leaf Aptus 22(LF3779)/Hasselblad H1
  • Fujifilm FinePix S9600fd
  • Fujifilm IS-1
  • GoPro FUSION
  • Kodak EasyShare Z980
  • Leaf Aptus-II 5(LI300059)/Mamiya 645 AFD
  • Leaf Credo 60
  • Leaf Credo 80
  • Minolta DiMAGE 5
  • Olympus SP320
  • Panasonic DMC-FX150
  • Pentax Q10
  • Phase One IQ250
  • Samsung GX10
  • Samsung GX20
  • Samsung EK-GN120
  • Samsung SM-G920F
  • Samsung SM-G935F
  • Sinar Hy6/ Sinarback eXact
  • ST Micro STV680

Translations

  • German
  • European Spanish
  • Finnish
  • French
  • Hungarian
  • Italian
  • Japanese
  • Dutch
  • Polish
  • Brazilian Portuguese
  • Russian
  • Slovenian
  • Albanian
  • Turkish (New)
  • Ukrainian
  • Chinese - Taiwan

darktable 4.2 released

21 Dec 11:48
Compare
Choose a tag to compare

We're proud to announce the new feature release of darktable, 4.2.0!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.2.0.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.2.0.tar.xz
18b0917fdfe9b09f66c279a681cc3bd52894a566852bbf04b2e179ecfdb11af9  darktable-4.2.0.tar.xz
$ sha256sum darktable-4.2.0_x86_64.dmg
89308cb7222ec0d0b539771dd90284e98b35bae4b53c8f3aa1b2feb861536b82  darktable-4.2.0_x86_64.dmg
$ sha256sum darktable-4.2.0_arm64.dmg
7cbc03cc0e9a4a1769e4321815ed99384de8c063990eb5d746ffbd7599e32193  darktable-4.2.0_arm64.dmg
$ sha256sum darktable-4.2.0-win64.exe
748e617d36f810890fcc7829fdf0e9999da2906b20293a2ac919808f80709e27  darktable-4.2.0-win64.exe

When updating from the stable 4.0.x series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 4.0.x.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 4.0:

  • Almost 1411 commits to darktable+rawspeed
  • 409 pull requests handled
  • 60 issues closed

The Big Ones

The following is a summary of the main features added to darktable
4.2. Most of these features are described more fully in the user manual.

  • New Sigmoid display transform module, which can be used in place of
    the filmic and base curve modules.

  • Two new algorithms are provided in the highlight reconstruction module:
    "inpaint opposed" and "segmentation based". The "inpaint opposed"
    algorithm has proved to be very stable and provides good results in
    many images, so it replaces "clip highlights" as the new default algorithm.

  • The pixelpipe used for image display in the darkroom view has been reworked
    so that it can be used elsewhere (darkroom view, second display window,
    duplicate manager, style preview, snapshot routine). This has allowed
    for code de-duplication as well as enhancement of many of these features
    (see below).

  • The second darkroom image window has now been enhanced to support both
    the focus peaking and ISO-12646 color assessment modes.

  • The snapshot module has been entirely reworked so that, instead of using a
    fixed screen capture it now uses a dynamically generated view using the new
    pixelpipe functionality. This means that it can now be zoomed and panned
    with keyboard/mouse.

  • The duplicate manager previously used a different pipe routine to calculate
    its previews (i.e. when long-pressing on a duplicate image thumbnail) which
    often meant that the displayed duplicates differed from the main darkroom
    view in subtle ways. Use of the new pipe routine now means that these previews
    will be identical to those produced during darkroom editing.

  • It is now possible to preview the effect of a user-generated style on
    an image before applying it. Simply hover over the style name in either
    the lighttable styles module or the darkroom quick-access menu and a
    new tooltip will appear, showing the image with the style applied along
    with details of the modules that are included.

  • Some cameras record lens correction information within the image
    EXIF metadata. The lens correction module has been enhanced so that
    it can extract this data and use it to correct lens distortions.

  • darktable is now able to read and write JPEG XL images

  • Processing and utility modules have been altered so that if a module is
    not entirely visible when expanded, it will be automatically scrolled
    until the entire UI is visible on screen.

    For users who currently use the "scroll to the top when expanded" preference
    setting to achieve this effect, this change may provide a better alternative.

    As part of this change, a new animation effect has been added when
    expanding/collapsing modules. The speed of the expand/collapse animation
    can be controlled via a preference setting
    (preferences > miscellaneous > duration of ui transitions).
    Set this to zero to disable the animation.

  • The pixelpipe caching functionality has been completely overhauled. More
    cachelines are used with an improved hit-rate while controlling
    the total amount of memory used, leading to a significantly faster
    interface.

  • The slideshow has been rewritten for a better user experience.
    A small preview is displayed while the full image is computed
    to provide feedback to the user that something is being done in
    the background.

  • A new drop-down menu has been added to the top filter bar to allow
    filters to be easily added and removed. Some range widgets have been
    removed from this list as they are not easily readable on the top bar.

  • The UI of the range rating filter widget has been reworked for better
    readability. This revised widget is designed to be easier to use
    and more efficient.

Other Changes

  • Added support for manipulating shapes without using the mouse scroll-wheel
    (for tablet users). The mask manager has been enhanced with a new collapsible
    section containing controls for changing shapes properties.

    It is also possible to change a property that is shared by a group of shapes.

    The circle and ellipse shapes have also been enhanced with new on-canvas
    controls to change the mask size and feathering.

  • WebP read support has been added.

  • Embedded ICC profiles are now supported in exported WebP files.

  • Double-clicking on a notebook tab now resets all widgets within that tab.

  • Regional date/time format is now supported in thumbnail tooltips.

  • Lua commands are displayed in a widget's "action" tooltip.

  • The SSE code path has been removed from the white balance and
    output color profile modules as compiler defaults now provide a
    similar speed.

  • Added support for JFIF (JPEG File Interchange Format) file extension
    (which is an extension of the JPEG standard).

  • The preference to auto-apply a sharpening has been removed. For users
    who still require this functionality, it can be easily achieved with a
    user-generated auto-applied preset.

  • Added support for updating existing pictures in Piwigo export.

  • All white balance presets have been migrated to an external JSON file.
    This should not affect the module's operation.

  • The preferences to set the layout of the "color balance module" and the
    colors of the "white balance" module have been removed from the global
    preferences dialog, as these controls are already available directly within
    the respective modules.

  • Improved profile support for AVIF & EXR format. Also relax AVIF
    reader support by not requiring full compliance.

  • The current collection image count is now shown in the top bar beside
    the image filters meaning that it is available even when the top hinter
    area is hidden.

  • Attempt to obtain the color-space for PNG files from the cICP chunk. This was
    added in a recent revision of the PNG spec, so we take advantage of
    it, if present.

  • Reading of 16-bit half float for the TIFF format is now undertaken using
    the Imath library.

  • The format and storage parameters in the export module can now be mapped
    to shortcuts.

  • Introduced balanced "OpenCL vs CPU" tiling. This makes it possible to
    use CPU tiling if there is not enough memory on the OpenCL card
    (which would require a lot of tiles to be handled on the card). In the
    end, the large number of tiles plus the overlapping area would make
    the use of the OpenCL code path slower (or much slower) than
    handling the image without tiling on the CPU.

  • In preview mode (when pressing Ctrl+w) the image
    information overlay display block is no longer shown by
    default. Moving the cursor within the top half of the preview image
    will cause the overlay to appear, and it will then disappear again
    after a brief period.

  • Light patterns are set for Behringer b-control midi rotors
    (BCR2000/BCF2000)

  • Fixed reading of EXIF metadata when importing EXR files (if desired,
    existing files must be re-imported, as it is not possible to refresh
    metadata).

  • Added support for scrolling through a module's presets using shortcuts.

  • Panels now use "natural sizes" by default, meaning that their initial
    size adjusts according to screen resolution.

  • The geo-tagging module now better supports narrow side-panels by
    wrapping rather than ellipsizing text.

  • More actions have been added to the main help screen (displayed by
    pressing the h key).

  • The lensfun library is now a mandatory dependency. This ensures
    that all darktable builds correctly include the lens correction module.
    This also means that an edit made using this module won't be inadvertently
    lost due to missing build dependencies.

  • It is now possible to assign shortcuts to the "currently focused"
    processing module. This allows a common set of shortcuts to be
    created and reused in multiple modules simply by focusing that
    module. For example a single key shortcut applied to the "first
    slider" will affect the "exposure" slider when the exposure module
    is focused, and the "rotation" slider when the "rotate and
    perspective" module is focused. Similar functionality can be used to
    affect the "nth" slider, combobox, button or tab as well as the
    focused module itself.

  • Right-clicking on a module header in the quick access panel now allows
    ...

Read more

darktable 4.0.1 released

17 Sep 09:36
Compare
Choose a tag to compare

We're proud to announce the new feature release of darktable, 4.0.1!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.0.1.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.0.1.tar.xz
5fef81e0c0079977a3cdc3627eed777280c2346d023c5d176c1f4a62cbe51d68 darktable-4.0.1.tar.xz
$ sha256sum darktable-4.0.1.1_x86_64.dmg
f4914a6c49a2e3a815c75b199d8da31a3160e179e8272e8fb1075ce48b188e65 darktable-4.0.1.1_x86_64.dmg
$ sha256sum darktable-4.0.1.1_arm64.dmg
961af68e76fb274b0451bf287a9eb243f917ef68b933d48963534bfe328a955f darktable-4.0.1.1_arm64.dmg
$ sha256sum darktable-4.0.1.exe
96b584edbc7d65f26b76dc7c57b9dce6fe33792b839f0ac4c712cd6834051dad  darktable-4.0.1-win64.exe

When updating from the stable 3.8.x series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 3.8.x.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 4.0.0:

  • Almost 180 commits to darktable+rawspeed
  • 103 pull requests handled
  • 19 issues closed

The Big Ones

N/A

Other Changes

  • Variables $(MAKER) and $(MODEL) can now be used when importing files.

  • Display infinity for very large focus distance as supported by the
    exif standard.

Bug Fixes

  • Fix overexposed indicators after cropping.

  • Fix DNG creation in the HDR merge module (ColorMatrix could be zero).

  • Fix culling layout, which could be broken after a second use when
    changing the number of images (e.g. when rejecting an image).

  • Fix GUI reset of the export module when using TIFF format.

  • Fix copy of iop-order in merge mode when multiple instances are used in
    the destination images.

  • Fix color filtering issue on Windows.

  • Fix possible black screen when using auto-white balance on Windows.

  • Properly retain the access and modified timestamps when using copy and
    import.

  • Fix color picker reset in color zones module.

  • Fix help link for module layout management.

  • Fix crash after a failed camera tethering attempt.

  • Add support for fast pipe mode on the diffuse module. Fast pipe mode
    is used to bypass long-running modules while interactively changing another
    module's parameters where that module does not require accurate image display.
    For example, it is used to improve responsiveness of the on-screen display in the
    crop and rotate/perspective modules.

  • Fix some color picker button action types.

  • Fix crash in Latex export.

  • Fix website gallery export.

  • Fix a file-handle leak.

  • Fix a memory corruption in sharpen module that could lead to a
    crash.

  • Fix vectorscope histogram display to avoid cropping the primary and
    secondary nodes (top and bottom).

  • Add HEIF media type association for the desktop.

  • Fix possible crash when using the color checker without a properly
    selected patch.

  • Fix sorting of LUT 3D files and left-align the entries for
    better readability.

  • Disable upscaling when export size is set to original image dimensions (0)
    as this does not have meaning and could crash darktable.

  • Fix possible crash when applying a time-offset to images.

  • Fix crop-size information displayed on screen (rounding issue).

  • Fix blending detail mask memory requirement.

  • Fix crash when zooming with fingers on an empty lighttable.

  • Ensure that external format size limits are enforced during export.

  • Some CSS fixes on color, contrast, positioning of combo-boxes,
    check-box size, scrollbars and progress bars.

  • Fix JPEG APP1 header (skip 6-byte header).

  • Fix some missing translations in notebook tabs.

  • Use a color-managed background for color balance rgb module sliders.

  • Light up midi modifier keys when shift/ctlr/alt are pressed.

  • Some speed improvements (tuned compiler options, some optimized
    routines)

Lua

Notes

Changed Dependencies

N/A

RawSpeed changes

Camera support, compared to 3.8

Base Support

  • CANON EOS R7
  • CANON EOS R10

White Balance Presets

Noise Profiles

  • NIKON D780
  • NIKON D4s
  • CANON EOS M50 Mark II
  • CANON EOS 850D

Custom Color Matrices

Suspended Support

No samples on raw.pixls.us

  • Canon EOS M2
  • Creo/Leaf Aptus 22(LF3779)/Hasselblad H1
  • Fujifilm FinePix HS50EXR
  • Fujifilm FinePix S6000fd
  • Fujifilm FinePix S9600fd
  • Fujifilm IS-1
  • GoPro FUSION
  • Kodak EasyShare Z980
  • Leaf Aptus-II 5(LI300059)/Mamiya 645 AFD
  • Leaf Credo 60
  • Leaf Credo 80
  • Leica D-LUX 6
  • Minolta DiMAGE 5
  • Nikon 1 J4
  • Nikon 1 S1
  • Nikon Coolpix P7700
  • Nikon D1H
  • Nikon D2H
  • Nikon D3S
  • Olympus E-10
  • Olympus SP320
  • Olympus SP570UZ
  • Panasonic DMC-FX150
  • Panasonic DMC-G2
  • Pentax K200D
  • Pentax K2000
  • Pentax Q10
  • Phase One IQ250
  • Samsung GX10
  • Samsung GX20
  • Samsung NX5
  • Samsung NX10
  • Samsung NX11
  • Samsung NX20
  • Samsung NX2000
  • Samsung EK-GN120
  • Samsung SM-G920F
  • Samsung SM-G935F
  • Sinar Hy6/ Sinarback eXact
  • Sony DSLR-A380
  • Sony DSLR-A560
  • ST Micro STV680

Translations

  • Albanian
  • Czech
  • Brazilian Portuguese
  • Chinese - China
  • Chinese - Taiwan
  • Dutch
  • Esperanto
  • European Spanish
  • Finnish
  • French
  • German
  • Hebrew
  • Hungarian
  • Italian
  • Japanese
  • Russian
  • Slovenian
  • Turkish
  • Ukrainian

darktable 4.0 released

02 Jul 16:50
Compare
Choose a tag to compare

We're proud to announce the new feature release of darktable, 4.0.0!

The github release is here: https://github.com/darktable-org/darktable/releases/tag/release-4.0.0.

As always, please don't use the autogenerated tarball provided by
github, but only our tar.xz file. The checksums are:

$ sha256sum darktable-4.0.0.tar.xz
1416f8f59717e65a6220541aaa12eacca93888ce5176f2c9ab6c17b9cc53cc2d  darktable-4.0.0.tar.xz
$ sha256sum darktable-4.0.0.dmg
addab784af18bafa303340e754c00084c126e61c3d5b93006f8e6d602f838203  darktable-4.0.0.dmg
$ sha256sum darktable-4.0.0_arm64.dmg
5bcd8e088065bc20815022f494ca1ca0613446562843f378ad60f68ae6917cb7  darktable-4.0.0_arm64.dmg
$ sha256sum darktable-4.0.0-win64.exe
d0e09efb2f74beae9f5387a296d366c160d9fb87e571c9559c53cd0111b7b955  darktable-4.0.0-win64.exe

When updating from the stable 3.8.x series, please bear in
mind that your edits will be preserved during this process, but the new
library and configuration will no longer be usable with 3.8.x.

You are strongly advised to take a backup first.

Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please read this post on how/what raw samples you can contribute to ensure that we have the full raw sample set for your camera under CC0 license!

Since darktable 3.8:

  • Almost 1600 commits to darktable+rawspeed
  • 586 pull requests handled
  • 123 issues closed

The Big Ones

The following is a summary of the main features added to darktable 4.0. These features
are described more fully in the user manual and accompanying blog post.

  • Color and exposure mapping

    A new feature in the "exposure" and "color calibration" modules allows you to
    define and save a target color/exposure for the color pickers, in order to
    match any source object in the image against an arbitrary target
    color. This can be used to perform white balance
    (chromatic adaptation) against non-gray objects of known color, or to
    ensure the color consistency of an object across a series of images.

  • Filmic v6

    Filmic v6 introduces new color science. This change removes the mandatory desaturation
    close to medium white and black and replaces it with a true gamut
    mapping against the output (or export) color space. This allows for more
    saturated colors, notably in blue skies.

    For users who still prefer the "desaturated highlights" look,
    you can still do this by disabling chroma preservation, but v6 adds a
    hue handcuff to prevent the traditional hue shift that comes with this
    method (where saturated blue skies degrade to cyan and saturated red to yellow).

    This gamut sanitization is the third and last to be added to darktable,
    which now has a fully-sanitized color pipeline from input (color calibration),
    through artistic changes (color balance rgb) to output (filmic v6). Users
    can now color-grade pictures safely in the knowledge that invalid input
    colors can be recovered in the least destructive fashion possible early
    in the pipeline, and valid colors can't be pushed out of gamut along the pipeline.

    Note: If modules are applied after filmic in the pipeline, they
    don't benefit from this gamut mapping and rely on LittleCMS2 (if
    enabled) at the final export stage, which does not gamut map as it
    should, and probably never did.

  • Guided laplacian highlight reconstruction

    A new "guided laplacian" method has been added to the "highlight
    reconstruction" module. This uses an iterative and multi-scale wavelet
    scheme to extract valid details from non-clipped RGB channel(s) if any,
    uses these details to guide the reconstruction of clipped channels, and finally
    propagates the color gradients from neighboring valid regions using
    edge-aware color diffusion. This limits color bleeding through edges
    (preventing green leaves from bleeding color in the reconstruction of clipped
    blue sky, for example).

    A noise setting allows Poisson noise to be added to reconstructed highlights,
    in order to help blend them into noisy high-ISO images.

    This method is only available for Bayer sensors and cannot be adapted
    to X-Trans sensors.

  • Introducing the darktable Uniform Color Space 2022

    The darktable UCS 22 is a perceptually uniform color space designed
    from psychoperceptual experimental data specifically for the purpose
    of artistic saturation changes, as performed in the color balance RGB module.
    It uses a brightness-saturation scheme that compensates for the Helmholtz-Kohlraush effect
    (accounting for the contribution of colorfulness in perceived brightness)
    and allows an efficient gamut-mapping against pipeline RGB at constant
    brightness. It will make the saturation control in color balance RGB
    better behaved.

  • UI Rewrite

    The UI has been completely revamped again to improve look and consistency.
    Padding, margins, color, contrast, alignment, and icons have been reworked
    throughout.

    Collapsible sections within modules have also been redesigned so that
    their functionality is more obvious and better-looking.
    New collapsible sections have been added to avoid
    cluttering the UI in the following modules:

    • channel mixer rgb
    • exposure
    • color calibration

    The vignetting module has been split into two sections for clarity.

    Superfluous sections have been removed from the "crop" and "white balance".

    Support has been added for the IPAPGothic font.

    The module-description tooltips have been reworked to ensure better layout.

    Finally the default theme has been changed to Elegant Grey. The
    darktable default is now in line with the theme recommended by the
    team.

  • Performance and OpenCL support changes

    All performance and OpenCL settings and pixelpipe optimizations have been
    fully reviewed and updated. Many new optimizations have been
    added and the user preferences have been simplified.

    All configurations are now per-device allowing each OpenCL
    device to be tuned separately.

    Performance configuration is now applied at runtime and no longer
    requires darktable to be restarted when changed.

    Some modules had incorrect or overly conservative tiling factors, which made
    darktable unnecessarily slow (since tiling was used when it was not required)
    The followimg modules have been updated

    • demosaic (X-Trans)
    • retouch

Other Changes

  • Color glossary

    The global color picker tool (in the darkroom's left sidebar) now displays
    the name of the picked color in the tooltip. This feature was
    requested by several color-disabled photographers, to assert the
    perceptual validity of their editing for an average observer.

    The color vocabulary contains 76 entries: 15 hues × 5 lightnesses +
    neutral (gray). It does not separate across the chroma axis, so all
    colors are registered the same no matter their colorfulness.

    The vocabulary also contains average skin colors for 3 body
    parts (forearm, forehead and cheek) of 6 ethnicities (Chinese, Thai,
    Kurdish, Mexican, Caucasian, African-American). These values come from
    the academic databases of cosmetology and dermatology available at the
    time of programming. They are only valid for a D65 illuminant and for
    an exposure setting that anchors diffuse white at 92% relative
    luminance.

  • A new "contrast" parameter has been added to the guide line overlay
    settings, allowing for better visibility of the lines over images.

  • A new "collection filters" module has been introduced, designed to be easier
    to use than the filtering in the current "collections" module.

    The new module allows the current collection to be sorted and filtered using multiple
    criteria. Each sort/filter rule can be pinned, which duplicates the appropriate control
    on the top tool bar for quick access.

    The following filters have been implemented (more to come in the next version):
    color labels, text search, date-time filters, exposure, ISO,
    focal length, aperture, aspect ratio, filename and extension,
    grouping, history, local copy, module order

    Presets can be created and a history button also allows previous configuration to be retrieved.

    All-new text and color filter widgets have been implemented.

  • The "recently used collections" module is now incorporated into the
    "collections" module as a "history" button

  • The darkroom's module search facility has been enhanced to also match on
    any user-defined module names.

  • Support for EXR 16-bit (half) float export has been added.

  • All usage of dates/times have been reworked to better support
    time-zones and differing operating systems. Support for
    milliseconds has also been added.

  • All presets in the "tone equalizer" module have been updated to use
    scene-referred blending modes.

  • The new input system introduced in version 3.8 now handles
    simultaneous shortcut presses and the responsiveness is
    greatly improved.

    MIDI configuration parameters are now specified in darktable
    resource files.

    Slider step sizes have been standardized and can now be
    configured individually.

    Extra pen tablet button clicks are now treated as key presses so that
    they can be used in shortcuts.

    Support for gamepad triggers has been added (treating them as buttons)
    allowing them to be used as shortcuts.

  • Modifiers (Ctrl/Shift/Ctrl+Shift)
    can now be used when dragging sliders, to modify the precision of the
    value changes.

  • When using the "copy" and "move" functionality in the lighttable, the last
    directories are remembered independently for each operation.

  • It is now possible...

Read more