pixel_transform_canvas
Flip or rotate a pixel art canvas horizontally, vertically, or by 90/180 degrees, with optional preview of the result.
Instructions
Flip or rotate the entire canvas in place.
Operations: flip_horizontal, flip_vertical, rotate_90_cw, rotate_90_ccw, rotate_180. 90-degree rotations swap the canvas dimensions. Returns JSON {"canvas", "operation", "width", "height"}; plus a rendered image when preview=true. On failure returns "Error: ...".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |