> For the complete documentation index, see [llms.txt](https://support.skylum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.skylum.com/editing-tools/image-quality-tools/supersharp-ai.md).

# Supersharp AI

{% @arcade/embed flowId="4qN2vTcAhOiT4C2RUfCb" url="<https://app.arcade.software/share/4qN2vTcAhOiT4C2RUfCb>" %}

SupersharpAI refines the blur on an object’s outlines caused by movement, missed focus, or a shaky camera and logically stabilizes the photo. The neural network, at its core, analyses depth, perspective, and the environment of the photo and works out with a compression algorithm. The result is a crisp and naturally sharp photo, just as it was meant to be.

**Universal correction:** a general sharpening technique applied to an entire image to improve its clarity and sharpness. It aims to restore lost detail and remove any softness in the image caused by camera shake or other factors.

**Motion Blur correction:** a specialized technique used to sharpen blurred images by camera movement during exposure. It uses advanced algorithms to analyze the blur’s direction and intensity and then applies a correction to restore the image’s original sharpness. This technique can be particularly useful for photos taken while moving, such as while walking or driving, or for photos of fast-moving subjects, like athletes or wildlife.

**Low, Middle, and High:** determines the sharpening strength applied to the image.

**Face EnhancerAI:** enhance faces and make them appear clearer and sharper in blurry photos.

***

{% hint style="info" %}
*Location in Neo: Edit view > Image Quality section*
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.skylum.com/editing-tools/image-quality-tools/supersharp-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
