DarkTable

darktable.org
DarkTable Icon

A photography workflow application (similar to Adbobe Lightroom) Includes a non-destructive raw developer for raw images and managing digital negatives.

Open Source

DarkTable Source Code

Author

darktable-org

Description

darktable is an open source photography workflow application and raw developer

Homepage

https://www.darktable.org

License

GPL-3.0

Created

21 Mar 12

Last Updated

29 Mar 24

Latest version

release-4.7.0

Primary Language

C

Size

1,262,655 KB

Stars

8,706

Forks

1,080

Watchers

8,706

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • Pascal Obry (29 Mar 24)

    Update French translation.

  • Pascal Obry (29 Mar 24)

    Update darktable.pot for translators.

  • Mario Zimmermann (29 Mar 24)

    Fix apply metadata on refresh exif (#16522) * fix apply metadata on refresh exif fixes #16521 "refresh EXIF" should only read and apply exif data to the selected images. * create flags to pass via job runs `dt_image_job_flag_t` defines flags which can be passed per image on job runs.

  • Pascal Obry (29 Mar 24)

    Merge pull request #16524 from victoryforce/add-info-about-path-deleting-to-hinter [GUI] Add info about path removing shortcut to hinter

  • Victor Forsiuk (27 Mar 24)

    Add AppImage compatibility info to the nightly release notes

  • Victor Forsiuk (26 Mar 24)

    Minor code reformatting to achieve formatting consistency

  • Victor Forsiuk (26 Mar 24)

    Add information about the path removing shortcut to the hinter

  • Pascal Obry (25 Mar 24)

    Merge pull request #16517 from victoryforce/translations-240324 Translations update: en@truecase and Ukrainian

  • Pascal Obry (25 Mar 24)

    gtk: Fix scrolling in collect module. It happends that sometime it is not possible to see the last item while scrolling because the scrollbar jumps. We now do not mess with scrollbar position when delta_y is 0.

  • Pascal Obry (25 Mar 24)

    Minor code reformatting.

  • Victor Forsiuk (24 Mar 24)

    Ukrainian translation update

  • Victor Forsiuk (24 Mar 24)

    en@truecase update

  • Pascal Obry (24 Mar 24)

    Update French translation.

  • Pascal Obry (24 Mar 24)

    Update darktable.pot for translators.

  • Victor Forsiuk (24 Mar 24)

    Use American spelling of favor

  • Pascal Obry (24 Mar 24)

    Merge pull request #16510 from victoryforce/nightly-skip-integration-submodule-cloning [CI/CD] Skip the integration submodule cloning in nightly builds

  • hanno@schwalm-bremen.de (22 Mar 24)

    Round of vectorizing "fixes" checked where simd omp might be wrong. 1. Fixes some clang reports about not able to vectorize 2. gcc didn't report

  • Mario Zimmermann (24 Mar 24)

    Fix string comparison for unknown lenses (#16514) * fix string comparison for unknown lenses For lens detection we use the tag `Exif.Photo.LensModel` as the last attempt. For this we check if the lens name only contains parantheses and digits but this always fails because Exiv2 returns not only `(xxx)` but `Unknown Lens (xxx)`. This is now improved by using a regex search to check if the string ends with `(xxx)`. fixes #14882 * use glib regex instead of std::regex_search()

  • Mario Zimmermann (23 Mar 24)

    handle lens and camera filters All text based filters are now handled in `src/libs/filters/misc.c` so the source files for the lens and camera filters can be removed.

  • Pascal Obry (23 Mar 24)

    Minor code reformatting.

  • Victor Forsiuk (23 Mar 24)

    Skip integration submodule cloning in the nightly build

  • Pascal Obry (23 Mar 24)

    Minor code clean-up.

  • AlicVB (22 Mar 24)

    QAP : allow items from modules not in the other tabs

  • Victor Forsiuk (28 Feb 24)

    Remove the check that darktable is running properly in the nightly build

  • Pascal Obry (22 Mar 24)

    Minor code clean-up.

  • Pascal Obry (22 Mar 24)

    Merge pull request #16500 from zisoft/strsplit-with-quotes Fix wildcard search on collections and filters

  • hanno@schwalm-bremen.de (22 Mar 24)

    Refactor raw image buff size We need image dimensions corrected in rawprepare at several places, this commit adds two inline functions int dt_image_raw_width(const dt_image_t *img) int dt_image_raw_height(const dt_image_t *img) to image.h and make dt use them where possible.

  • Pascal Obry (22 Mar 24)

    masks: Code refactoring, found while reading code.

  • Pascal Obry (21 Mar 24)

    Merge pull request #16501 from victoryforce/README-fix-versions Synchronize the versions in the README with the actual changes

  • Pascal Obry (21 Mar 24)

    Minor code clean-up & reformatting.

DarkTable Website

Website

darktable

darktable is an open source photography workflow application and raw developer

Redirects

Does not redirect

Security Checks

All 65 security checks passed

Server Details

  • IP Address 65.108.31.59
  • Hostname tron.pixls.us
  • Location Helsinki, Uusimaa, Finland, EU
  • ISP Hetzner Online GmbH
  • ASN AS24940

Associated Countries

  • AT
  • DE
  • FI

Saftey Score

Website marked as safe

100%

Blacklist Check

www.darktable.org was found on 0 blacklists

  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • CoinBlockerLists
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

DarkTable Docker

Container Info

Darktable

[darktable](https://www.darktable.org/) 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.

#Productivity

DockerHub Metrics

  • Pull Count 48,895
  • Stars 18
  • Date Created 07 Apr 21
  • Last Updated 20 days ago

View on DockerHub

linuxserver/darktable

Run Command

docker run -d \ 
  -p 3000:3000/tcp \
  -p 3001:3001/tcp \
  -e PUID=${PUID} \
  -e PGID=${PGID} \
  -e TZ=${TZ} \
  -v /volume1/docker/darktable/config:/config \
  --restart=unless-stopped \
  linuxserver/darktable:latest

Compose File

version: 3.8
services:
  darktable:
    image: linuxserver/darktable:latest
    ports:
      - 3000:3000:tcp
      - 3001:3001:tcp
    environment:
      PUID: 1024
      PGID: 100
      TZ: Europe/Amsterdam
    volumes:
      - /volume1/docker/darktable/config:/config
    restart: unless-stopped

Environment Variables

  • Var Name Default
  • PUID 1024
  • PGID 100
  • TZ Europe/Amsterdam

Port List

  • 3000:3000/tcp
  • 3001:3001/tcp

Volume Mounting

  • /volume1/docker/darktable/config /config

Permissions

  • read ✅ Yes
  • write ✅ Yes
  • admin ✅ Yes

DarkTable Reviews

More Image Editors

About the Data: DarkTable

API

You can access DarkTable's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/creativity/image-editors/darktable

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share DarkTable

Help your friends compare Image Editors, and pick privacy-respecting software and services.
Share DarkTable and Awesome Privacy with your network!

View Image Editors (8)