stamp_file
Stamp a source image onto a layer at specified coordinates, with adjustable opacity and blend mode.
Instructions
Composite another image/sprite file onto a layer at (x, y).
Args:
source: Path to a .aseprite/.png/.bmp/... to stamp in.
x, y: Top-left placement on the target canvas.
source_frame: Which frame of the source to use (1-based).
opacity: 0-255.
blend_mode: Blend mode for compositing (normal, multiply, …).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| frame | No | ||
| layer | No | ||
| source | Yes | ||
| opacity | No | ||
| filename | Yes | ||
| blend_mode | No | normal | |
| source_frame | No |