l2_batch_process
Apply batch texture operations like grayscale, invert, brightness, contrast, resize, blur, or sharpen to all textures in a .utx package.
Instructions
Apply a batch operation to all textures in a package (grayscale, invert, brightness, contrast, resize, blur, sharpen).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Output .utx path. Auto-generated if empty. | |
| params | No | Operation parameters. brightness/contrast: factor (default 1.5), resize: scale (default 0.5), blur: radius (default 2). | |
| filepath | Yes | Absolute path to the source .utx file. | |
| operation | Yes | Operation: grayscale, invert, brightness, contrast, resize, blur, sharpen. |