> 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/luminar-neo-tips/best-practices-with-upscale.md).

# Best practices with Upscale

Upscale in Luminar Neo is a powerful tool that enhances image resolution while maintaining clarity and detail. Whether you're preparing prints, enlarging old photos, or improving low-resolution images, following best practices can help you get the most out of this feature. Here are a few tips for making the most of Upscale in Luminar Neo.&#x20;

#### Start with the Best Image Quality&#x20;

While Luminar Neo's AI-powered Upscale can enhance images significantly, starting with the best possible resolution ensures optimal results. Avoid excessive compression or noise in the original image before upscaling:

<br>

1. Before using Upscale, apply Noise Reduction to minimize grainy textures. This ensures that the upscaled image looks smoother and more refined without amplifying noise. Noise Reduction is located at the bottom of the Develop tool’s tabs.&#x20;
2. You can also try using Noiseless AI beforehand. Noiseless AI is located in the Image Quality section. When you open the tab, you’ll be advised on how to apply the tool to get the best results. There are three types of adjustments: Low, Middle, and High. Choose the one that is recommended automatically.

#### Use the Correct Upscale Factor

Luminar Neo provides different upscaling options (2x, 4x, and 6x). Choosing the right factor depends on your final use case:

<br>

* 2x to 4x Upscale: Best for social media and digital sharing.
* Up to 6x Upscale: Ideal for large prints or detailed professional work.

#### Enhance Image Sharpness After Upscaling

After upscaling, apply sharpening to bring out fine details without introducing artifacts. Tools like Structure AI or Details in Luminar Neo can help fine-tune sharpness.&#x20;

#### Export in the Right Format

For the best output, use the corresponding file format:

<br>

* JPEG - Suitable for web and social media, the most efficient, and small in size.
* PNG - Best for preserving details with lossless compression.
* TIFF - Ideal for professional printing and archiving, allows for the highest quality.


---

# 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/luminar-neo-tips/best-practices-with-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.
