process_design_image
Apply deterministic image operations including crop, scale, pad, flat-background removal, and transparent trimming. Process design images with precise, ordered steps for consistent output.
Instructions
Apply ordered deterministic image operations: exact crop, high-quality scale, solid canvas padding, flat-background flood-fill removal, and transparent-margin trimming. Background removal is classical, not AI matting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Image path resolved inside the configured asset root | |
| operations | Yes | Ordered deterministic image operations | |
| outputFile | No | PNG filename only, without path separators | processed-image.png |
| outputDirectory | Yes | Directory for the PNG result, inside the configured export root |