gimp/devel-docs/GIMP3-plug-in-porting-guide
Jehan 26a079bd57 devel-docs: get rid of g-ir-doc.
Per the (quite off-topic) discussion in #12772, the fact it's quite
broken on Windows, apparently not too maintained anymore and its syntax
clashes with gi-docgen syntax…
2025-01-23 13:07:03 +01:00
..
API-for-resources.md Fix spelling errors found with codespell 2025-01-04 15:11:03 +00:00
README.md Add some new files to the GIMP3-plug-in-porting-guide, including a README 2020-10-27 10:20:06 -06:00
classes.md devel-docs: get rid of g-ir-doc. 2025-01-23 13:07:03 +01:00
pdb-calls.md devel-docs: Replace Gimp.RGB with Gegl.Color 2024-03-12 14:51:20 +00:00
removed_functions.md Issue #12011: gimp-path-import-from-file etc. are misnamed. 2024-09-11 16:26:45 +02:00

README.md

Here you'll find documentation useful for porting older GIMP plug-ins, especially Python ones, to the GIMP 3.0 APIs.

Files:

  • classes.md: A list of some of the important classes and modules in GIMP 3.0.

  • pdb-calls.md: An incomplete list of old PDB functions and their equivalents, using Python classes.

  • removed_functions.md: Functions that have been removed from GIMP, and their replacements.