Blurs the image with a Gaussian or box blur kernel filter.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Image Frame | The image to be blurred. Primary Input | Table<Raster> |
| Radius | The radius of the blur kernel. Default: | f64 |
| Box Blur | Use a lower-quality box kernel instead of a circular Gaussian kernel. This is faster but produces boxy artifacts. Default: | bool |
| Gamma | Opt to incorrectly apply the filter with color calculations in gamma space for compatibility with the results from other software. Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Raster> |