mirror_region
Flip a selected pixel region across its bounding box axis (vertical or horizontal) to mirror its content within the document.
Instructions
Mirror a region in place across its own bounding-box axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | Yes | vertical flips left-right | |
| clip | No | Silently discard out-of-bounds pixels instead of rejecting (default false) | |
| frame | No | Frame index, 0-based (default: active frame) | |
| layer | No | Layer id or name (default: active layer) | |
| doc_id | Yes | Document id | |
| region | Yes | Region: exactly one of 'rect', 'pixels', or 'selection' | |
| render | No | Include a render of the change (default true) | |
| ignore_symmetry | No | Skip symmetry mirroring for this call (default false) |