AltaArts / Gimp_Integration--Prism-Plugin

4 stars 1 forks source link

Deal with multiple images open in Gimp #25

Closed AltaArts closed 3 months ago

AltaArts commented 3 months ago

Right now, I do not think there is a way to retrieve the currently viewed image in Gimp if there is more than one open. So all the functions assumes it is working on gimp.image_list()[0] which is the last one currently opened.

So either make it very clear of this, or find a way (preferable)