Gaussian Blur
This node applies Gaussian blur to an image. Higher radius means more blur.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| image | image | Yes | The input image to blur. |
| radius | number | Yes | Blur radius (integer, e.g., 1, 2, 3). Higher values increase blur intensity. |
Outputs
| Name | Type | Description |
|---|---|---|
| image | image | The blurred image (PNG format). |
Related Nodes in Media Generation
Imagen
Generates high-fidelity images from text prompts using Google's Imagen model
Gemini 2.5 Flash Image Preview
Generates images from text prompts and optional input images
Cloudflare Model
Run any model from the Cloudflare Workers AI catalog. A searchable dropdown lists every available model; picking one rebuilds the node's inputs and outputs from its published schema.
Replicate Model
Run any model from the Replicate collection. Enter a model identifier, load its schema, and the node's inputs and outputs adapt automatically.
Image Resize
Resizes an image to the specified width and height using Photon.
Image Crop
Crops an image to the specified rectangle using Photon.
Grayscale
Converts an image to grayscale using Photon (human-corrected algorithm).
To Markdown
Converts various document formats to Markdown using Cloudflare Workers AI