---
title: "Gaussian Blur"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/image/filter/gaussianblur
markdown: https://docs.nodetool.ai/nodes/lib/image/filter/gaussianblur.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/image/filter/gaussianblur.md
---

# Gaussian Blur

**Type:** `lib.image.filter.GaussianBlur`

**Namespace:** `lib.image.filter`

## Description

Separable two-pass gaussian blur (horizontal then vertical).
    image, blur, gaussian, smooth, filter

## Properties

_(none)_

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `image` |  |

## Related Nodes

Browse other nodes in the [lib.image.filter](./) namespace.
