draw_image_base64
Composite an inline base64-encoded PNG onto a sprite layer at given x,y coordinates for pasting externally generated artwork.
Instructions
Composite an inline base64-encoded PNG (or other image) onto a layer at (x, y).
Useful for pasting externally generated artwork. `image_base64` may include a
`data:image/png;base64,` prefix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| frame | No | ||
| layer | No | ||
| opacity | No | ||
| filename | Yes | ||
| blend_mode | No | normal | |
| image_base64 | Yes |