07-26-2024, 01:28 PM
(07-26-2024, 11:34 AM)rich2005 Wrote:(07-26-2024, 11:25 AM)patrislav Wrote: Thank you! Do you know if (and how) it's possible to script these GEGL functions from scheme scripts as well?
(I'm way more comfortable in Python than Scheme, but I don't want my script to require an exotic Gimp installation with a obsolete Python version that's EOL since more than four years).
I have not seen a script-fu version. Not to say one does not exist.
see: https://www.gimp-forum.net/Thread-Script...operations
It looks like the script-fu approach requires an additional Python plugin as interface towards GEGL (since the Scheme / script-fu API doesn't provide one).
So if I need Python anyway, I rather write the whole thing in Python

Now I installed the 2.99.18 flatpak (to avoid relying on a obsolete Python version) and figure out how to use the plugin API.
Thanks again!