Blur

Blurs the image with a Gaussian or box blur kernel filter.

Interface

Inputs

ParameterDetailsPossible Types
Image Frame

The image to be blurred.

Primary Input

Table<Raster>
Radius

The radius of the blur kernel.

Default: 0

f64
Box Blur

Use a lower-quality box kernel instead of a circular Gaussian kernel. This is faster but produces boxy artifacts.

Default: false

bool
Gamma

Opt to incorrectly apply the filter with color calculations in gamma space for compatibility with the results from other software.

Default: false

bool

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Table<Raster>