mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
![]() ...to paths The first step in converting GimpVectors to GimpPath. The PDB API for any gimp_image_*_vectors () is now gimp_image_*_paths (). This commit only covers libgimp, and the app/core versions will be renamed in a following commit. |
||
---|---|---|
.. | ||
API-for-resources.md | ||
classes.md | ||
pdb-calls.md | ||
porting_scriptfu_scripts.md | ||
README.md | ||
removed_functions.md | ||
script-fu-author-guide.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.