ChristianBirzer
ChristianBirzer
Hi, I'm trying to integrate libgit2 into darktable (raw photo editing software) to install and update extension scripts from github repos (currently git executable is needed). I'm on Win10 with...
This is more or less a proof of concept. The idea was (as described in https://github.com/darktable-org/lua-scripts/issues/391) that on end user systems git is usually not installed and therefore they are...
Currently installing the lua extensions requires git to be installed. This is rather common on developers machines but very uncommon on "normal end users" machines. I suggest to add a...
I've created a script to integrate Helicon Focus stacking software into darktable. I'm not sure if it's ok to submit this in the dt contrib repo since it's about integrating...
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...