mirror of https://github.com/GNOME/gimp.git
2e6938b3da
...to path. Changes the names of gimp_vectors_* () API to gimp_path[s]_* (). Renames related files to [path] instead of [vectors], along with relevant enums and functions. |
||
---|---|---|
.. | ||
API-for-resources.md | ||
README.md | ||
classes.md | ||
pdb-calls.md | ||
porting_scriptfu_scripts.md | ||
removed_functions.md | ||
script-fu-author-guide.md |
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.