> 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/organizing-images/sorting-images.md).

# Sorting Images

Learn how to sort your images by various criteria, such as date, rating, or file type, to quickly find specific photos within Luminar for Desktop's interface.

**Sort** feature lets you choose the exact order of images in your Catalog, making it easier to manage and navigate your collection.&#x20;

To access the sorting options, click the **Sort** icon (the icon with two opposite-facing vertical arrows) in the bottom-right corner of the workspace:

<figure><img src="https://3998991287-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FynrwC8fnGXULbglwsNaw%2Fuploads%2FK9RejO2itSOOG0Ye0lZ0%2FScreenshot_35.jpg?alt=media&amp;token=4f2ea8dc-acf8-4c15-8a5f-50f34c9189d6" alt=""><figcaption></figcaption></figure>

#### **Sorting Options:**

* **Capture Time:** Sorts your images using date and time metadata. This allows you to quickly find your most recent (or oldest) photos in a folder or album.
* **Edit Time:** Sorts your photos by the most recent edit date in the application. This is great when you reopen your Catalog after a break and want to quickly find the images you were working on last.
* **Flag:** Groups and sorts your images by their flag status. If you sort by ascending order, you will see Unmarked, Rejected, and Favorite images in that order. Switching to Descending reverses the order.
* **Rating:** Sorts your images based on their user-assigned star ratings.
* **File Name**: Sorts your images by their file name. Files starting with a number will appear first, followed by letters from A to Z. When set to Descending order, images will be sorted from Z to A and then numerically from highest to lowest.
* **File Type:** This option categorizes and sorts images by file type, such as JPEG, TIFF, and raw. These groups are sorted alphabetically by the file identifier. For example, Sony raw images would appear first, as they are ARW files. Canon raw files would appear second, as they are CR2 files, followed by JPG, Nikon NEF files, Fujifilm RAF files, and TIFFs.
* **File Size:** You can sort your files by their size. This is useful if you have multiple versions of the same photos, perhaps low-quality thumbnails and the original JPEGs. Sorting by size lets you easily group photos and quickly delete them from your Catalog in the case of low-resolution thumbnails.

#### **Sorting Direction:**

* **Ascending**. This option works with the other filter criteria, sorting filter results from smallest to largest, A to Z, from lowest to highest number, from oldest to newest, and so on.
* **Descending**. This option works with the other filter criteria and reverses the sorting order, displaying results from largest to smallest, Z to A, newest to oldest, etc.


---

# 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/organizing-images/sorting-images.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.
