Blur Filter
Blur Filter
Section titled “Blur Filter” Category Filters
Is Pair Node: No
The Blur Filter node applies a blur effect to the image. It can be used to create a softening effect or to reduce noise in the image. The blur effect is applied based on the specified radius, and it can preserve the alpha channel if desired. This node is useful for creating various visual effects in images and textures.
Inputs
Section titled “Inputs” Preserve Alpha
Section titled “ Preserve Alpha ” Type: Boolean
Default: true
If true, the alpha channel will be preserved during the blur operation. Meaning it will not be blurred.
Radius
Section titled “ Radius ” Type: VecD
Default: (1, 1)
The radius of the blur effect. The larger the radius, the more blurred the image will be.
Previous
Section titled “ Previous ” Type: Filter
Default: null
The previous filter in the chain. Previous filter will be applied first.
Outputs
Section titled “Outputs” Filters
Section titled “ Filters ” Type: Filter
Default: null
Filter that can be used to apply the blur effect. Use Apply Filter node to apply the filter or plug it directly to the layer.