> 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/editing-tools/crop-tool.md).

# Crop tool

Cropping is more than trimming - it’s about composition. The Crop Tool helps you reframe your image to better focus on your subject, fit social media formats, or improve visual balance.

<figure><img src="/files/RznqMNkOhjidZWGlU721" alt="" width="375"><figcaption></figcaption></figure>

* **Rotate** – Tap the rotate icon to spin the image clockwise by 90°.
* **Flip Vertically or Horizontally** – Use the respective flip icons to mirror your photo in either direction.
* **Auto Camera Transform** - Use it for automatic perspective fixes.
* **Crop Presets** – Choose from a list of aspect ratios:

1. Original – Maintain the current ratio.
2. Freeform – Drag corners to any dimension.
3. Square – 1:1 ratio for classic balance.
4. Instagram/Facebook – Optimized for posts and stories.
5. Facebook Cover – Specifically sized for profile banners.
6. Manual Crop – Drag any edge or corner to crop precisely.

* **Checkmark** – Apply your crop.
* **X Icon** – Cancel cropping without applying.

**How to Use**: Tap the Crop icon, choose a preset or freeform, and adjust using the drag handles. Tap the checkmark when you’re satisfied.

**When to Use**: Useful for improving framing, fitting platform-specific dimensions, or removing distracting edges.


---

# 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/editing-tools/crop-tool.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.
