> 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 reprocesses an enhanced photo at a higher resolution using **Topaz Gigapixel**.

You'll find it in the **Options** section of the **Adjust Panel**.

### Default export sizes

Fotello exports three standard sizes:

* **For MLS (Web)** — 2560 pixels on the long side
* **For Print** — 4096 pixels on the long side, with 300 DPI metadata
* **Original Resolution** — Matches the camera input resolution

Photos with a valid Upscale output can download at up to **6000 pixels** on the long side.

See [Downloading Photos and RAWs](/photos/editing/downloading-raws.md) for Web and Print download details.

### When to use Upscale

Use Upscale when **For Print** still is not enough.

Common cases include posters, signage, billboards, or tight crops that need to hold detail.

### Upscale a photo

{% stepper %}
{% step %}

#### Open a delivered photo

Enhance the listing, then open any photo in full screen.
{% endstep %}

{% step %}

#### Find **Upscale with Topaz Gigapixel**

Open the **Adjust Panel**.

Under **Options**, find **Upscale with Topaz Gigapixel**.
{% endstep %}

{% step %}

#### Toggle Upscale on

Turn it on for the photo you want to upscale.

Fotello reprocesses the image and prepares it for download.
{% endstep %}
{% endstepper %}

### Pricing

Upscale costs **$0.15 per photo**.

{% hint style="warning" %}
**Pay as you go** must be enabled 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.
