Outline
Adds a solid-color outline around the visible content of an image, positioned inside, outside, or centered on the edge.
Outline detects the boundary of opaque content using the alpha channel and draws a configurable outline around it. The Alpha Threshold controls what counts as “solid” content. Position determines whether the outline grows outward, inward, or straddles the edge.
Smoothing options range from None (hard pixel edges) to Rounded (smooth outline with rounded corners, the default) to Outer Glow (a soft blurred outline). Outline Only mode outputs just the outline on a transparent background, useful for compositing the outline separately.
Parameters
Section titled “Parameters”Outline
Width of the outline in pixels
Where the outline is placed relative to the shape edge
Pixels with alpha >= threshold are considered solid
Options
None = hard edges, Rounded = smooth outline with rounded corners, Outer Glow = soft blur
Output just the outline on transparent background
Usage Tips
Section titled “Usage Tips”- Use Outside position to add an outline without covering any of the original content.
- Inside position works well for creating bordered icon or badge effects.
- Enable Outline Only to get just the stroke for separate compositing or color adjustment.
- Use Outer Glow smoothing for a soft halo effect around the content.