Python 3 For GIMP 2 (Posting On Python-List Prohibited)

Liste des GroupesRevenir à cl python 
Sujet : Python 3 For GIMP 2 (Posting On Python-List Prohibited)
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.python
Date : 27. Mar 2024, 00:36:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <utvil2$2cr93$2@dont-email.me>
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
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. ;)

Date Sujet#  Auteur
27 Mar 24 o Python 3 For GIMP 2 (Posting On Python-List Prohibited)1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal