# Anti-aliasing (AA)

<figure><img src="/files/YxPNQdjJ05GxOTIjwFEK" alt="" width="375"><figcaption></figcaption></figure>

Adding anti-aliasing pixels manually is a nightmare and could take hours. With this tool from Pixquare, we can do that with just a few taps.

1. Mode:&#x20;
   1. Canvas: apply AA to the existing content on the canvas
   2. Drawing tools: apply AA to the new content added using tools
2. New corner combination: Use this to config a new corner combination (see number 3)
3. Corner combinations: The current set of combinations to apply AA
   1. How the corner combination works: for any particular transparent pixel, if all of its surrounding pixels corresponding to the black box have color, AA will be applied to that pixel.
4. Intensity: Higher values give AA pixels higher opacity
5. Preview
6. Tap this to expand the layer/frame selection to apply AA


---

# 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://docs.pixquare.art/tools/additional-tools/anti-aliasing-aa.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.
