# Image Grid

After importing images into a project you will see the images arranged in a grid in the main area.

## Thumbnail Size

You can use the zoom slider in the top right to adjust the size of the image thumbnails. You can also hold CTRL + mouse wheel to scale them.

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

## Export View Buttons

As images are processed, buttons will appear at the top left of the grid area. These buttons switch the grid thumbnails between different image types:

* **JPG** - Original camera JPG thumbnails
* **Targets** - Images containing detected calibration targets
* **Reflectance** - Calibrated reflectance images
* **RWA (Index/LUT)** - Calculated multispectral index images with a color LUT gradient

Clicking on the image grid thumbnails opens the full screen [Image Viewer](/chloros/image-viewer-gui/opening-an-image-full-screen.md). If the viewing mode on the grid is set to a particular export like "Targets", when the grid thumbnail is clicked it will open the exported target image full screen.

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


---

# 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://mapir.gitbook.io/chloros/image-viewer-gui/image-grid.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.
