pixel_outline_sprite
Add a 1px outline around opaque pixels to make sprites pop against backgrounds. Fills transparent adjacent areas without altering the art.
Instructions
Draw a 1px outline around all opaque art on the canvas — the classic finishing pass that makes sprites pop against any background.
The outline occupies transparent pixels adjacent to the art; the art itself is untouched. If the sprite touches the canvas edge, grow the canvas first with pixel_resize_canvas so the outline has room. Returns JSON {"canvas", "color", "pixels_outlined"}; plus a rendered image when preview=true. On failure returns "Error: ...".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |