Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python-Fu Gimp 3.2.4. Get the active image
#2
(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.
Reply


Messages In This Thread
RE: Python-Fu Gimp 3.2.4. Get the active image - by Scallact - 07-21-2026, 03:06 PM
What about during operation? - by Burcador - 07-21-2026, 03:51 PM
RE: What about during operation? - by rich2005 - 07-21-2026, 04:57 PM
RE: What about during operation? - by Burcador - 07-21-2026, 05:39 PM

Forum Jump: