lua-scripts
lua-scripts copied to clipboard
This script adds a button 'create thumbnails' to 'selected image[s]' module of darktable's lighttable view. When this button is pressed full sized previews of all selected images are created. Btw.:...
RL_out_sharp: support variable path (copy from rename_images.lua), copy EXIF to final file, work around GMIC problem with long filename by moving the exported file afterward. Also update the end indentation...
The variable substitution code used in rename_images.lua, is also used in postsharpen.lua and is now being added to RL_out_sharp.lua. It is a sizeable piece of code (~130 lines) and should...
I'm currently writing (or, trying to write š) a lua script that will generate the preview cache for selected images (without leaving dt to start the external program...). Basically, it...
While learning how to use and write lua scripts for dt I was wondering what the color interface is and why it won't work at all until I read the...
It is now possible to automatically, using events, selectively update the mipmap cache using the new API call dt_lua_image_t:generate_cache(). The script needs to register events for all actions that can...
examples/multi_os uses ufraw-batch to extract the embedded jpeg from the camera raw. ufraw hasn't been maintained since 2016. The code was forked and is now maintained as nufraw. This, as...
Add support for running the face recognition from docker, this is usefull if you don't want the hassle to install the additional software but have docker available. python(without docker) and...
The new import dialog does not immediately reflect the settings of the filter manager lua script, which made me wonder if it still works after upgrading from dt 3.2 to...
To make it easier for people to run lua scripts it might be an idea to provide native packages (deb,rpm) for the lua scripts They could live e.g. in `$(prefix)/share/darktable/scripts`....