Posts: 6
Threads: 1
Joined: Jul 2024
Reputation:
0
Operating system(s):
Gimp version: 2.10
Hi,
I need to script Filters -> Map -> Panorama Projection, but can't find it in the Procedure Browser.
Did I miss something, or is it just not available?
(GIMP 2.10 on Ubuntu 24.04)
TIA
Patrick
Posts: 6
Threads: 1
Joined: Jul 2024
Reputation:
0
Operating system(s):
Gimp version: 2.10
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).
Posts: 6
Threads: 1
Joined: Jul 2024
Reputation:
0
Operating system(s):
Gimp version: 2.10
ok, the plugin API as such seems to be straightforward - but not the GEGL part of it. I'm supposed to build "chains" from "nodes" and "connect" them in some special way. When I just want to apply a operation to an image. All code examples I can find use "python-fu" but it seems to be deprecated.
Are there some simple examples for just applying a GEGL operation to an image, from a GIMP Python plugin? Using the recent version of GIMP Python API?
Posts: 29
Threads: 0
Joined: Mar 2024
Reputation:
4
Operating system(s):
Gimp version: 2.10
That's GIMP 2.99 stuff !
Won’t work in GIMP 2.10