photo_noise_reducer
Noise Reducer — Reduce image noise and grain using ImageMagick's denoising filters. [category: photo]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | JPG, PNG, WebP, BMP, TIFF (max 25MB) | |
| mode | No | Denoise algorithm. | auto |
| sharpen | No | Optional post-denoise sharpening. | none |
| strength | No | STRING enum '1'-'4', not an int. Invalid values silently become '2'. Ignored when mode=smart — the analyzer overrides it. | 2 |
| output_format | No | Optional output format; defaults to the input format. |