> For the complete documentation index, see [llms.txt](https://support.aperty.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.aperty.ai/how-to-use-aperty/exporting-a-photo.md).

# Exporting a Photo

<figure><img src="/files/A5pwXklsIh3jBQ6arXes" alt=""><figcaption></figcaption></figure>

Once your portrait edits are complete and you’re ready to finalize them, Aperty provides several export options:

* **Export Formats**: Aperty supports exporting in different file types, depending on your needs:
  * **JPEG**: Best for sharing online or emailing, thanks to its smaller file size.
  * **TIFF**: A high-quality format suitable for printing or further editing.
  * **PNG**: Useful for digital media projects, especially if you need transparency.
* **Export Settings**:
  * **Resolution**: Choose the resolution you need. For web, 72 dpi is common, while 300 dpi or higher is recommended for high-quality printing.
  * **Quality**: Adjust the image quality (for example, with JPEGs) to balance file size and output quality. Higher quality results in larger file sizes but better image fidelity.
  * **Color Profile**: Select from color profiles like **sRGB** (best for digital use) or **AdobeRGB** (recommended for printing) to ensure the colors display correctly.

Aperty allows you to export multiple portraits simultaneously. After making edits to a group of images, select all the images and use batch export to apply the same settings to each file, saving time.

{% hint style="info" %}
When exporting portraits for both web and print, save a high-resolution TIFF for print quality and a compressed JPEG for quick online sharing. This ensures you have optimized files for different purposes.
{% 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://support.aperty.ai/how-to-use-aperty/exporting-a-photo.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.
