gimp_batch_recipe
Batch-process multiple image files by running a recipe on each input matching a glob pattern, then write the results to a specified output directory.
Instructions
Run a recipe over every file matching input_glob, writing to output_dir. Recipes must accept input_path and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| params | No | ||
| input_glob | Yes | ||
| output_dir | Yes | ||
| output_ext | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||