# Denoise

All images contain noise, so denoising is a classic image processing function. The challenge, however, is to remove noise while keeping fine details. The denoising algorithm in Astra Image is very good at separating and preserving details while removing noise.

<figure><img src="/files/CZzqOpn7pSKWdm2i4xnH" alt="The Denoise tool."><figcaption><p>The Denoise tool.</p></figcaption></figure>

**Luminance noise**\
This setting sets the strength of luminance noise removal. Higher values produce a stronger result, but the minimum value that removes the noise adequately should be used to preserve as much detail as possible.

**Chrominance noise**\
Here you can set the strength of the chrominance noise removal. Higher values produce a stronger result, but the minimum value that removes the noise adequately should be used to preserve as much detail as possible.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://astra-image.gitbook.io/astra-image-6.0/processing-tools/denoise.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
