Noise (Film Grain)
Noise adds film grain for a textured, filmic look — the creative opposite of the denoising filters.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Amount | number | 0 to 100 | 0 | Grain strength; only applied above 0. |
See also
Deband also has its own optional grain, used specifically to mask residual banding rather than as a standalone creative effect. Noise Reduction and NLMeans Denoise go the other direction, removing noise rather than adding it.
Control preview
JSON structure
{
"id": "noise",
"enabled": true,
"params": {
"amount": 0,
"uniform": true
}
}