Skip to content

Outline

Outline
Output
Background
Type
Simple
Thickness
1.0
Color
Black

Category Effects
Is Pair Node: No


Applies a raster outline effect to the image.

The outline effect can be applied using different algorithms, each producing a unique style of outline. The available outline types are:

More efficient than Gaussian, but may look worse in some cases, such as big thicknesses.

Simple Outline

More expensive than Simple, but produces a better result for larger thicknesses and has softer edges.

Gaussian Outline

No blur, no anti-aliasing. Ideal for pixel art and low-resolution images. It produces a sharp outline that follows the pixel grid.

Pixel Perfect Outline


Type: Painter
Default: unset

Image to apply the outline effect to. This is the base image that will be processed to create the outline.

Type: OutlineType (Enum)
Default: Simple

The type of outline to apply. This determines the algorithm used to create the outline effect.

Type: Double
Default: 1.0

The thickness of the outline. This controls how wide the outline will be drawn around the edges of the image.

Type: Color
Default: Black

The color of the outline. This sets the color that will be used to draw the outline around the edges of the image.


Type: Painter
Default: unset

Painter instruction with the applied outline effect.