> For the complete documentation index, see [llms.txt](https://docs.pixquare.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixquare.art/tools/additional-tools/post-processing.md).

# Post-processing

Post-processing is a non-destructive effect that we can apply to the canvas to enhance it's visual.

Pixquare supports many effects that we can apply simultaneously, and we can add as many effect as we want.

{% hint style="info" %}
Even though we can apply multiple effects simultaneously, we cannot apply the same effect more than once.
{% endhint %}

Note that the order in which we apply the effects will yield different final result.

{% hint style="info" %}
Post-processing will have different results on the working canvas and the exported image. Size multiplier is the deciding factor of how big/small the differences are.
{% endhint %}

All effects have a toggle for "Pixel-independent". Pixel-independent means the app will use the screen's pixel as the unit, and inversely, pixel-dependent means it will use the canvas pixel as the unit when doing calculation.

### CRT

<figure><img src="/files/MOgoIOfpZWvVwxmQB1SM" alt="" width="563"><figcaption><p>Artwork by Thuy An</p></figcaption></figure>

This effect simulates the effect of the retro CRT display. The options for this effect are quite self-explanatory, so we won't go into their details.

### Vignette

<figure><img src="/files/Na6svemgGF7Hrtol6njV" alt="" width="563"><figcaption><p>Artwork by <a href="https://x.com/TonioPxl">Tonio</a></p></figcaption></figure>

This effect darkens the edges of the canvas

### Bloom

<figure><img src="/files/xnjos96FlJALNVWkzfP2" alt="" width="563"><figcaption><p>Artwork by <a href="https://x.com/the08games">08games</a></p></figcaption></figure>

Add some glow around the bright areas of the canvas.

* Threshold: This will determine which color is categorized as bright. Color with the lightness (in HSL space) above the threshold will be bright. Only bright pixels can contribute the the bloom color.
* Radius: The bloom blending radius. In other words, how far a bright pixel can have an impact on other pixels.

### Round pixel

<figure><img src="/files/LSaNybgW0V0TwKNr6Q0Q" alt="" width="563"><figcaption></figcaption></figure>

Turn square pixels into round ones.

* Contiguous: if this option is on, contiguous pixels with the same color will be connected and their adjacent edges won't be rounded
* Background color: fill color for the gaps
* Intensity: corner radius for the rounded pixels


---

# 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://docs.pixquare.art/tools/additional-tools/post-processing.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.
