lua-scripts
lua-scripts copied to clipboard
I don't know what changed between 9.2.0 and 9.3.0, but it broke the previous iteration of the script. So I fixed it and improved it a bit. The main improvement...
This PR adds a script to automatically tag images which have been manually modified in the darkroom. The reason for this script: I wanted to easily distinguish between edited and...
Seems I can't find a way to add custom format variables, for example, for the image exposure value (not the 'bias') calculated by the formula $$\log_2{(100N^2/(\rm{ISO}\cdot S))}$$, I could add...
The TTArtisan AF 27/2.8 Id string is reporting `AF 27/2.8` only. Investigating with `exiftool` I see: ``` exiftool.exe .\DSCF0057.RAF | rg Make Make : FUJIFILM Lens Make : TTARTISAN ```...
I’m writing a script and want to have `exif_exposure` in the fraction form and seen that the formatting function exists (`dt_util_format_exposure`) so maybe, if possible, to make it available in...
When a lua-script is running in a flatpak it sometimes needs to spawn an external executable, which may also be a flatpak. Currently there is not supported.
Hey ! I created a script to upload directly to an immich server that I've been using almost daily now for a few weeks. I figured that maybe you'd be...
Previously you could only copy/paste GPS data from one picture to another. This PR makes it possible to manually enter coordinates and apply them to a picture. 
https://github.com/darktable-org/darktable/pull/5959 fixed a darktable hanging issue by delaying scripts startup until the GUI entered lighttable. Scripts that don't have a UI should be safe to start. Scripts that do have...
Adds a lua script as a workaround for https://github.com/darktable-org/darktable/issues/16586 cf. https://schallundstille.de/2025/04/04/fixing-foveon-dngs-in-darktable/