outline
Draw a 1px border around the non-transparent pixels of a layer, either outside into transparent areas or inside onto the shape edge.
Instructions
Draw a 1px border around all non-transparent pixels of the layer (or region). 'outside' draws into transparent pixels; 'inside' onto the shape's edge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip | No | Silently discard out-of-bounds pixels instead of rejecting (default false) | |
| mode | Yes | ||
| frame | No | Frame index, 0-based (default: active frame) | |
| index | Yes | Palette index | |
| layer | No | Layer id or name (default: active layer) | |
| doc_id | Yes | Document id | |
| region | No | 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) |