Skip to content

Zoom Blur

The Zoom Blur blurs an image by applying a radial blur centered on a point, with intensity that increases with the distance from this center point.

Inputs and Outputs

Inputs:

  • Image (Image): The input image.
  • Center (Vector 2): The center point of the motion blur.
  • Amount (Float): The intensity of the blur.

Outputs:

  • Output (Image): The output image.

Example

Here is a small example of this node in action: