> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/photos/personalizing-photos/upscale.md).

# Upscale

Upscale lets you reprocess an enhanced photo at a higher resolution using Topaz Gigapixel. Use it when you need extra detail for large-format delivery.

### Default export sizes

Fotello exports three resolutions:

* **For MLS (Web)**: 2560 pixels on the longer side. Typically **3–5 MB**, 72 DPI. Optimized for web viewing and MLS uploads.
* **For Print**: 4096 pixels on the longer side. Typically **5–9 MB**, 300 DPI. Optimized for higher-resolution use cases like printed materials.
* **Original Resolution**: Matches your camera's input resolution. 300 DPI. Best when you need the output to match your original capture size.

### When to use Upscale

Sometimes Print resolution still isn't enough, especially for large-format prints like posters, window signage, and billboards, tight crops that need to maintain detail, or when clients request higher-resolution deliverables.

### Upscale a photo

You'll see **Upscale** in the **Adjust** panel after the photo has been enhanced.

{% stepper %}
{% step %}

#### Open a delivered photo

Enhance your listing, then open any photo in the full-screen view to access post-processing tools.
{% endstep %}

{% step %}

#### Find the Upscale toggle

In the right sidebar, open **Adjust**.

Under **Options**, find **Upscale with Topaz Gigapixel**.

<figure><img src="/files/70miXxQeDqGtn4zx1KM7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Toggle Upscale on

Turn it on for the photo you want to upscale.

Fotello will reprocess and upscale the image, then it's ready to download.
{% endstep %}
{% endstepper %}

### Pricing

Upscaling is a premium feature powered by **Topaz Gigapixel** that's intended for on-request use cases, so it's billed at **$0.15 per photo**.

{% hint style="warning" %}
Pay as you go must be enabled on your profile to use Upscale. See [Pay as you go](/billing/pay-as-you-go.md).
{% 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://uni.fotello.co/photos/personalizing-photos/upscale.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.
