# Examine

IIIF images can be zoomed into at astonishing levels of detail, quickly and responsively, even when the image is very large. This is because they're digitally segmented, or tiled like a mosaic, before being served to a web browser.&#x20;

When a browser loads a tiled image, it doesn’t render every tile – just enough pixels to make the image legible at its current size. When a viewer starts to zoom in on a section of the image, more tiles are loaded - but only for that section - and this reduces the processing power needed to view the image in detail.&#x20;

Take a look at [The Night Watch](https://hyper-resolution.org/view.html?pointer=0.329,0.001\&i=Rijksmuseum/SK-C-5/SK-C-5_VIS_20-um_2019-12-21), from the Rijksmuseum, the largest and most detailed photo ever taken of a work of art. Strictly speaking, this is not a single digital image, but a composite of thousands of smaller images, as the original painting was photographed in high resolution 8,439 times. This creates a composite image of 5.6TB - without IIIF tiling, attempting to open a file that large would crash most browsers.

<figure><img src="https://3176786666-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQldnMLnIUEoLKz62s4E7%2Fuploads%2Fe9wGNSetIodV370RImeq%2Fnight-watch.jpg?alt=media&#x26;token=7328533f-9646-4a8e-b547-44b043ab2ee7" alt=""><figcaption><p>Zoomed in detail from <a href="https://hyper-resolution.org/view.html?pointer=0.329,0.001&#x26;i=Rijksmuseum/SK-C-5/SK-C-5_VIS_20-um_2019-12-21">The Night Watch</a></p></figcaption></figure>

IIIF images can also be **COMPARED**​ side by side in one browser window, and **ANNOTATED**​ with text or other images to add commentary or analysis. More on this later!

Sound good? Let's start by learning [how to find IIIF images](https://aeh0.gitbook.io/minimal-digital/iiif-workshop/find-iiif-images).


---

# 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://aeh0.gitbook.io/minimal-digital/iiif-workshop/what-is-iiif/examine.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.
