pixel_duplicate_canvas
Copy a pixel art canvas to a new file for the next animation frame, allowing you to edit only what moves. Optionally overwrite an existing destination.
Instructions
Copy a canvas to a new file — the standard way to start the next animation frame from the current one, then edit only what moves.
Refuses to replace an existing file unless overwrite=true. Returns JSON {"source", "canvas", "width", "height"}. On failure returns "Error: ...".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |