Search
1 results for “chuckhenrich”
-
For GIMP developers out there:
I’ve put together what I hope is the definitive reference for every enum available in GIMP 3.0. I compiled this because I need it, and I hope it's helpful to anyone else.
Each enum includes:
- the Python form you use in your plug-ins (e.g. Gimp.LayerMode.NORMAL)
- the uppercase PDB identifier
- the raw integer value
- the GEGL nickname
- a plain-English description
https://www.chuckhenrich.com/gimp-3-python-enums-complete-reference/
Comments/suggestions welcome.