lua-scripts
lua-scripts copied to clipboard
Hi, Aurelien has an issue open for ansel considering this feature. I personally believe it would be extremely useful in Darktable. As an ugly workaround I have kept a markdown...
Final fixes to Lua translation being handled by darktable. Fixes https://github.com/darktable-org/darktable/issues/17699.
fixed _should_be_sanitized with new patterns to detect non safe filename characters
Con esta ruta: F:\Users\Javier\Imágenes\Verano 2024\Lesaka-Zugarramurdi este es el resultado  Con esta otra F:\Users\Javier\Lesaka-Zugarramurdi 
Forked from [pixls.us thread](https://discuss.pixls.us/t/manual-creation-of-ultrahdr-images/45004/25): In a script, I'm using the following code to export an image to JPG: ```lua local exporter = dt.new_format("jpeg") exporter.quality = 95 exporter:write_image(src, dest) ``` That...
The old logic was just wrapping the filenames with quote characters, without escaping said quotes if they were present in the filenames. Now relying on `darktable.string.sanitize` to do the sanitization,...
In the docs https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/photils/ it says that photils-cli is not available for windows but seems that is to be outdated information and its now available. I tested the https://github.com/scheckmedia/photils-cli on...
Title says it all really - I've enabled the script but it can't find the executable. I can see no obvious way to do so.