wpferguson
wpferguson
ufraw-batch is no longer available in distributions and appears to no longer be supported. dcraw is still available and appears to still be supported, so the dcraw should be used...
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...
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...
See https://github.com/darktable-org/darktable/issues/10233
Create a snapshot automatically when an unprocessed image is opened in darkroom. The snapshot can be used to assess changes to the image from the original.
Using lua scripts, we can solve both of these. We could add a post import film filter to go through the film roll and make the jpeg the group leader...
Starting darktable in darkroom mode with script_manager managing several scripts results in a hang if script_manager encounters an error in a script.
When I submitted a PR to add reset_GPS.lua @supertobi noted that it might be a good fit in geoToolbox.lua. I had just read through the geoToolbox.lua code and thought the...
**Problem:** Currently there are 2 main categories of scripts, official and contrib. This organization is based on who contributed the scripts, developers: i.e. official, and the community: i.e. contrib. What...