mirror of https://github.com/GNOME/gimp.git
![]() This is rarely done. Most script plugins call PDB functions that are GIMP INTERNAL (gimp-foo) or filter plugins that wrap Gegl filters (plug-in-foo). But a Scheme script plugin can call other script plugins (script-fu-foo). When a script does call another script, it can be within the interpreter (purely in Scheme), or to an interpreter in another process (via the PDB, with binding.) It can get complicated using the optional v3 binding of return values. This tests and illustrates different cases. |
||
---|---|---|
.. | ||
gegl.scm | ||
noninteractive.scm |