BatchProcedure


Object Hierarchy:

Object hierarchy for BatchProcedure

Description:

[ CCode ( type_id = "gimp_batch_procedure_get_type ()" ) ]
public class BatchProcedure : Procedure

Batch procedures implement an interpreter able to run commands as input.

In particular, batch procedures will be available on the command line through the `--batch-interpreter` option to switch the chosen interpreter. Then any command given through the `--batch` option will have to be in the chosen language.

It makes GIMP usable on the command line, but also to process small scripts (without making full-featured plug-ins), fully in command line without graphical interface.


Namespace: Gimp
Package: gimp-3.0

Content:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class Gimp.Procedure