01-09-2025, 01:56 AM
(01-08-2025, 11:16 PM)Deedolith Wrote: Hello,
I am looking for any Gimp 3 python API documentation link.
For now, I am mainly searching on Google, wich most of the time, yeld Gimp 2 API results (outdated), or C API (nice but translating from C to python is a PITA, too many trials and errors).
Given that the API doc is auto-generated, not much incentive for anyone to write a Python version that could be invalidated by the next release.
But converting C to Python is not that hard. The main problem is that the doc is all over the place (Gimp, GimpUi, Gegl, Babl, Gobject, Gegl procedures...)