2 Mar
2024
2 Mar
'24
12:56
On 2024-03-01 11:21, Daniel Bauer wrote:
Hello,
In Gimp I can select various files and open them as layers. I would love to be able to do this from dolphin: select files -> open as -> layers in Gimp.
Is this possible somehow? How?
Years ago I did some very simple scripting in gimp but I would check out batch mode (-b) and do some scheme scripting and call that script when you open an image file in Dolphin. This doesn't work but you get the general idea. gimp -b '(gimp-file-load-layer RUN-INTERACTIVE "main" "gimp-name-image" "file.png" )' -b '(gimp-image-insert-layer param1 param2 param3 param4)' -- /bengan