Description
Hi @wpferguson (and others)!
I was looking to modify the gimp contrib script. Specifically I wanted to add support for opening images as layers in gimp (thinking multi-page tiff, which gimp imports ok and can be created with tiffcp on linux) and also optionally aligning said layers before sending to gimp (align_image_stack, tiffcp, send layered tiff to gimp).
While checking the issue queue, I noticed you mentioned back in 2016 that you had done some work on doing layers in gimp, but I couldn't see code for same, is it in the current tree?
I wrote the multi layer version last night. It adds a new export, 'Edit as layers in gimp'. I stacked three images and took the sky from one, the land from another and the water from another. It brings the result back as stack.tif.
If you already have something done it would make a better starting point for what I have in mind.
Another thing, and this is completely off-topic, but is there a simple way I am missing to reload lua scripts in darktable while hacking them, or does one have to close and reopen at every change?