# Processing Tools

- [Auto Enhancement](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/auto-enhancement.md): Take a quick look.
- [Deconvolution](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/deconvolution.md): Powerful deblurring and sharpening.
- [Remove Camera Shake](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/remove-camera-shake.md): Steady hand.
- [Remove Focus Blur](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/remove-focus-blur.md): In focus.
- [Multiscale Contrast](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/multiscale-contrast.md): Beautiful details.
- [Wavelet Sharpen](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/wavelet-sharpen.md): Razor sharp images.
- [Unsharp Mask](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/unsharp-mask.md): A classic tool returns.
- [Texture and Edge Sharpen](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/texture-and-edge-sharpen.md): The best of both worlds.
- [Histogram Equalization](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/histogram-equalization.md): See everything at once.
- [Smart Gamma Correction](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/smart-gamma-correction.md): The gamma is intelligent.
- [Shadows and Highlights](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/shadows-and-highlights.md): Balances tones.
- [Color Balance](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/color-balance.md): Keep the colors in line.
- [Channel Mixer](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/channel-mixer.md): Chroma arrangement.
- [Color Temperature](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/color-temperature.md): Where red is cool and blue is hot.
- [Hyperbolic Arcsine Curve](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/hyperbolic-arcsine-curve.md): Tough name.
- [Exponential Scale](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/exponential-scale.md)
- [Invert](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/invert.md): 1.0 - image.
- [Denoise](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/denoise.md): Quiet images.
- [Convert to Gray](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/convert-to-gray.md): 2e32 Shades of Gray.
- [Arithmetic Filter](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/arithmetic-filter.md): The four Ms.
- [Convolution Filters](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/convolution-filters.md): It's not so convoluted.
- [Edge Aware Filter](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/edge-aware-filter.md): Be aware - of your edges.
- [Pixel Math](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/pixel-math.md): 1 + 1 = image?
- [Threshold](https://astra-image.gitbook.io/astra-image-6.0/processing-tools/threshold.md): Don't go over...


---

# 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.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.
