07-21-2026, 03:06 PM
(07-21-2026, 12:56 PM)Burcador Wrote: Hi!
Question about Python-Fu Gimp 3.2.4
How do I get the active image (the one with focus) from all open images?
Its automatically included into the main function arguments by the initial procedure. In this function:
Code:
def my_function(procedure, run_mode, image, drawables, config, data) :"image" is the active image when you call the plugin.

