Non-Interactive Use

The Gimp offers non-interactive functionality though the command line. Using this functionality, procedural tasks on multiple pages are easily programmed. GiDoc plugins can be used in this way too. Usually, every procedure in the Gimp takes three parameters: a flag indicating wheter the execution is interactive or not, the image identifier, and the drawable identifier. However, GiDoc plugins often need more parameters, which can be found in the "procedure menu" of Gimp .

Scheme and Python are the two programming languages in which scripts can be created. A brief howto can be located the Gimp documentation here. GiDoc -related examples can be found in the "src/scripts/" directory of the source package.

There are a bunch of useful GiDoc tools that can only be used in non-interactive mode:

giDoc Team