# Wavelet Sharpen

Wavelet Sharpening lets you sharpen an image at different scales. That means you can sharpen details of different sizes independently. It is a very fast and powerful way to bring out the details in your photos. In more detail, the image is broken down into different wavelet bands. Each band corresponds to a detail size. The wavelet bands (detail sizes) can be sharpened independently and then recombined back to produce a sharpened image.

<div align="left"><figure><img src="/files/WeDFEQW4unzSUnHNJOFE" alt="The Wavelet Sharpen tool."><figcaption><p>The Wavelet Sharpen tool.</p></figcaption></figure></div>

**Very small detail**\
This setting adjusts how much the very small details in the image are sharpened.

**Small detail**\
This setting adjusts how much the small details in the image are sharpened.

**Medium detail**\
This setting adjusts how much the medium details in the image are sharpened.

**Large detail**\
This setting adjusts how much the large details in the image are sharpened.

**Very large detail**\
This setting adjusts how much the very large details in the image are sharpened.

**Suppress halos**\
Sometimes sharpening a photo can produce halos around strong edges. This option helps to suppress these halos. Higher values produce a stronger reduction effect.

**Reset**\
Clicking this button will return all the values to zero.


---

# 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/wavelet-sharpen.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.
