lua-scripts
lua-scripts copied to clipboard
https://github.com/darktable-org/darktable/pull/14259 changes the representation of an invalid GPS coordinate from `NaN` to `DT_INVALID_GPS_COORDINATE`. `DT_INVALID_GPS_COORDINATE` is -FLT_MAX which is a C definition. This is all a part of replacing `NaN` use...
I've got an installation of Darktable 4.2 under Windows 11 Pro. I've installed git and the extension "ext_editor" through Darktable's script manager. When I try to export a picture to...
After an image is renamed, the new name doesn't appear until a new collection is loaded and then the previous collection is loaded. O/S is Will 11 Images are on...
Make an editor to create/change EXIF image information. The changes will only exist in the database/xmp files and no changes to the image files will be made. From https://github.com/darktable-org/darktable/issues/11111
Added the variable substitution functions used in other scripts to the string library. Enhanced the substitution functions to be equivalent to the darktable variable substitution functions, including the string manipulations....
Flatpak's can spawn an external process making it possible to use scripts that rely on external executables. In order to do this we need to know that darktable is running...
When photos has pure english filenames lua scripts works well. But when filenames has national charaters it goes wrong during moving/copying and running external programs with filename as parameter. Try...
Use GTK_toggle_buttons and the darktable switch_[on|off] icons to implement the script on/off buttons. Needs https://github.com/darktable-org/darktable/issues/16792 and https://github.com/darktable-org/darktable/issues/16791
Updated executable path preferences so that executable_manager doesn't have to read the darktablerc file to get the executables and paths. Changed check_if_bin_exists to use preferences first. This should cut down...
This PR adds a script for autmatically applying fujifilm film emulations during import, based on the exif data contained within fuji raw images. **Note that I am not the author...