Noise Reduction
Noise Reduction is a fast, general-purpose spatial denoiser — the quick alternative to NLMeans Denoise for mild noise or when render speed matters more than maximum quality.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Amount | number | 0 to 100 | 0 | Denoising strength. |
How it works
Uses a fast spatial-domain denoiser tuned for still images (the temporal component used for video noise reduction is disabled, since a single photo has no time axis to average across).
See also
NLMeans Denoise for stronger, higher-quality denoising on heavier noise; Adjustments also includes a Noise Reduction control using this same algorithm.
Control preview
JSON structure
{
"id": "noise-reduction",
"enabled": true,
"params": {
"amount": 0
}
}