File: README.md

package info (click to toggle)
gimp 3.0.4-6.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 210,548 kB
  • sloc: ansic: 842,405; lisp: 10,761; python: 10,318; cpp: 7,238; perl: 4,355; sh: 1,043; xml: 963; yacc: 609; lex: 348; javascript: 150; makefile: 43
file content (15 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Here you'll find documentation useful for porting older GIMP
plug-ins, especially Python ones, to the GIMP 3.0 APIs.

Files:

- [classes.md:](classes.md)
  A list of some of the important classes and modules in GIMP 3.0.

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

- [removed_functions.md:](removed_functions.md)
  Functions that have been removed from GIMP, and their replacements.