Skip to content

Disc Blur

The Disc Blur blurs an image by applying a blur kernel over a disc region of a give radius around each pixel.

Inputs and Outputs

Inputs:

  • Image (Image): The input image.
  • Radius (Float): The radius of the blur.

Outputs:

  • Output (Image): The output image.

Example

Here is a small example of this node in action: