• Python 3 For GIMP 2

    From Lawrence D'Oliveiro@ldo@nz.invalid to comp.os.linux.misc,comp.graphics.misc,nz.comp on Tue Mar 26 22:35:39 2024
    From Newsgroup: comp.os.linux.misc

    As you may know, GIMP 3 is taking a while to appear. In the meantime,
    the Python API in GIMP 2 is built on obsolete Python 2, which many
    distros have dropped. This leaves their standard GIMP 2 packages
    without Python support.

    However, there is another solution. It turns out the core of GIMP has
    no dependency on Python at all, so it is possible to create
    alternative wrappers around the shareable libraries that are used by
    GIMP plugins (libgimp-2.0.s0.0 etc).

    I have done this using the ctypes library that comes with Python 3, to
    create the Pylibgimp2 project <https://gitlab.com/ldo/pylibgimp2>. So
    far, the API wrapper has been good enough to port some simple (less
    than 100 lines each) GIMP plugins that I wrote many years ago. It’s
    not complete, by any means. But let me know if this sort of thing is
    worth persevering with, and maybe I’ll do some more work on it. ;)
    --- Synchronet 3.20a-Linux NewsLink 1.114