paste_stamp
Paste a named stamp at specific coordinates with optional flips and rotation. Transparent pixels are skipped by default, and symmetry is not applied.
Instructions
Paste a named stamp with optional flips and rotation. Transparent stamp pixels are skipped by default. Unlike other tools, paste_stamp ignores document symmetry by default: stamps are placed content, and mirroring would silently flip deliberate asymmetry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| clip | No | Silently discard out-of-bounds pixels instead of rejecting (default false) | |
| name | Yes | ||
| frame | No | Frame index, 0-based (default: active frame) | |
| layer | No | Layer id or name (default: active layer) | |
| doc_id | Yes | Document id | |
| flip_h | No | ||
| flip_v | No | ||
| render | No | Include a render of the change (default true) | |
| rotate | No | ||
| ignore_symmetry | No | Default TRUE for this tool. Pass false to mirror the paste across the symmetry axis (warns if the stamp content is asymmetric). | |
| skip_transparent | No | Default true |