gimp/devel-docs/GIMP3-plug-in-porting-guide
lloyd konneker e00f2d7f50 Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01:00
..
API-for-resources.md Fix plugins to use new GimpResource. 2023-01-14 17:43:26 +01: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 Add some new files to the GIMP3-plug-in-porting-guide, including a README 2020-10-27 10:20:06 -06:00
pdb-calls.md Add some new files to the GIMP3-plug-in-porting-guide, including a README 2020-10-27 10:20:06 -06:00
porting_scriptfu_scripts.md plug-ins: fix script-fu-font-map error receiving GStrv 2022-05-07 19:14:42 +00:00
removed_functions.md devel-docs, libgimpbase: getting rid of gimp_checks_get_shades(). 2022-05-14 17:43:39 +02:00
script-fu-author-guide.md Create draft devel doc for scriptfu v3 script authors. 2022-08-13 19:07:02 +00: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.