lua-scripts icon indicating copy to clipboard operation
lua-scripts copied to clipboard

Results 87 lua-scripts issues
Sort by recently updated
recently updated
newest added

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.

WIP

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 ![Sin título](https://github.com/user-attachments/assets/941a8010-8248-4ec4-b9f2-9d74f8611570) Con esta otra F:\Users\Javier\Lesaka-Zugarramurdi ![Sin título_2](https://github.com/user-attachments/assets/3224fc2d-39e4-48a0-a8d4-5ec5ef944131)

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...

enhancement
API change req'd

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.

package: flatpak