# Edit photos in an item.

Tropy allows you to do basic photo editing. You can do all your photo editing using the toolbar at the top of the photo pane in Item view.

![](/files/-LQ-FnQCUz50WDcJBLXZ)

From left to right, the buttons are as follows:

1. Arrow: This is the basic tool for clicking on your photo. Double-clicking on your photo while the arrow is active will zoom your photo 100%.
2. Select: This tool allows you to make selections that stand on their own. More about [selections](/in-the-item-view/selections.md) here.
3. Rotate: This button rotates your photo counterclockwise by 90 degrees. The keyboard shortcut for this action is Ctrl+space.
4. Mirror: This button flips your photo to its mirror.
5. Pan: Pan allows you to move your photo around while it is zoomed in. You can also activate pan by holding down the space bar.
6. Fit width: This button will fit your photo to the width of the window.
7. Fit window: This button will fit your whole photo into the window.
8. Zoom slider: You can also manually zoom in or out on your photo.

## Advanced photo editing

You can also adjust various settings on your photos to make them more legible. To access the advanced photo editing tools, click on the button on the far right of the photo editing panel. These tools include Brightness, Contrast, Hue, Saturation, and Sharpen.

The *Invert colors* checkbox allows you to reverse the colors in a negative, such as microfilm.

**Caution**: The *Revert to Original* button will reset all your photo-editing settings, including rotation and mirroring, not just the sliders.

![](/files/-LQ-FnQEFDsqsg_EWX-s)

## Save photos with edits.

You can save your photos with the edits you've made to it. In the Photos pane, right-click on the photo you wish to save, then click *Export Photo*. Tropy will prompt you to save your photo. It will automatically fill in a .png file extension; if you wish, you may change that extension to .jpg. Select where you want to save your photo, and click *Save*.


---

# Agent Instructions: 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:

```
GET https://docs.tropy.org/in-the-item-view/photo-editing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
