> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Blur Image

> Apply a configurable Gaussian blur to an image.

**Blur Image** softens an image with a Gaussian blur.

| Direction | Field             | Type   | Description                                                 |
| --------- | ----------------- | ------ | ----------------------------------------------------------- |
| Input     | **Image**         | File   | The image to blur.                                          |
| Input     | **Blur Amount**   | Number | Blur strength from `0` to `1000`. Defaults to `5`.          |
| Output    | **Blurred Image** | File   | The blurred image, preserving the input name and MIME type. |

Values below `0.3`, including `0`, return the original file unchanged. Larger
values create progressively stronger blur, with processing capped at `1000`.

<Tip>
  A modest blur is usually enough for soft backgrounds. Use much larger values
  when the goal is to obscure rather than style image content.
</Tip>
