gimp/devel-docs/GIMP3-plug-in-porting-guide
luz paz bb322d94d7 Fix typos
Found via:
```
codespell -q 3 -S ./ChangeLog*,*.po,./.git,./NEWS* -L als,ang,ba,chello,daa,doubleclick,foto,hist,iff,inport,klass,mut,nd,ower,paeth,params,pard,pevent,sinc,thru,tim,uint
```
2020-11-19 21:56:25 +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
removed_functions.md Fix typos 2020-11-19 21:56:25 +01: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.