![]() |
Gimp-image-list not working? - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Gimp-image-list not working? (/Thread-Gimp-image-list-not-working) |
Gimp-image-list not working? - Fian390 - 09-21-2025 Hi, I was trying to use PixLab's export all images script, but every time I use it I get the same error code: "Error: eval: unbound variable: gimp-image-list". From what I could find, it seems this variable isn't used anymore? Is there something I can substitute for it in his script to get it to work? Or if someone with more skill with Python rewrite it to work for Gimp 3? Here's the original forum: https://www.gimp-forum.net/Thread-Export-all-opened-images-in-GIMP-at-once Any help at all would be appreciated, thanks! RE: Gimp-image-list not working? - rich2005 - 09-21-2025 Python plugins for Gimp 2.x will not work with Gimp 3.x Look for alternatives. For batch operations use the batcher plugin from https://github.com/kamilburda/batcher There are examples of use on that site: https://kamilburda.github.io/batcher/ |