Outline
Draws an outline around the opaque area of the image
intermediate
Since P00
Input Ports
Image
Image input for Outline.
Output Ports
Image
Image output from Outline.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | `1` | Controls the width setting for Outline. |
| Placement | Enum | `Outside` | Controls the placement setting for Outline. |
| Color | Color | Black | Controls the color setting for Outline. |
| Alpha Threshold | Float | `0.5` | Controls the alpha threshold setting for Outline. |
| Padding | Int | `0` | Transparent padding added around the output image |
| Pixel Perfect Cleanup | Bool | `false` | Controls the pixel perfect cleanup setting for Outline. |
| Cleanup Side | Enum | `OuterSide` | Controls the cleanup side setting for Outline. |
| Also Clean Outer Corners | Bool | `false` | Controls the also clean outer corners setting for Outline. |
| Outline Only | Bool | `false` | Controls the outline only setting for Outline. |
Overview
Draws an outline around the opaque area of the image
Inputs and Outputs
Input Ports
- Image
Image: Image input for Outline.
Output Ports
- Image
Image: Image output from Outline.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Width | Int | `1` | Controls the width setting for Outline. |
| Placement | Enum | `Outside` | Controls the placement setting for Outline. |
| Color | Color | Black | Controls the color setting for Outline. |
| Alpha Threshold | Float | `0.5` | Controls the alpha threshold setting for Outline. |
| Padding | Int | `0` | Transparent padding added around the output image |
| Pixel Perfect Cleanup | Bool | `false` | Controls the pixel perfect cleanup setting for Outline. |
| Cleanup Side | Enum | `OuterSide` | Controls the cleanup side setting for Outline. |
| Also Clean Outer Corners | Bool | `false` | Controls the also clean outer corners setting for Outline. |
| Outline Only | Bool | `false` | Controls the outline only setting for Outline. |
When to Use
Use Outline when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.