invoke_pdb_procedure
Invoke GIMP's PDB procedures programmatically using structured values, enabling automation of image editing, layer management, and selections without arbitrary code.
Instructions
Invoke a live PDB procedure using structured positional or keyword values.
Values may be JSON scalars, arrays, or {"scheme_symbol": "ENUM-VALUE"} objects. Arbitrary Scheme source is intentionally not accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| keywords | No | ||
| procedure_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||