|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +read_time: true |
| 4 | +show_date: true |
| 5 | +title: Choosing an IIIF-Compliant Image Viewer - Mirador vs. Universal Viewer |
| 6 | +description: TODO |
| 7 | +date: 2024-09-26 |
| 8 | +img: posts/choosing-iiif-viewer-web.jpg |
| 9 | +tags: [ omeka s, iiif ] |
| 10 | +author: Maryam Mazaheri |
| 11 | +--- |
| 12 | + |
| 13 | +## Introduction |
| 14 | + |
| 15 | +When integrating IIIF capabilities into our Omeka S environment, we needed to choose the right viewer to ensure optimal |
| 16 | +user experience for accessing digital collections. After extensive testing of the available options, we selected |
| 17 | +**Mirador** over **Universal Viewer** for a number of compelling reasons: |
| 18 | + |
| 19 | +### 1. Faster Image Loading |
| 20 | + |
| 21 | +Mirador outperformed Universa Viewer in loading high-resolution images, providing a smoother user experience. |
| 22 | + |
| 23 | +### 2. Modern Interface |
| 24 | + |
| 25 | +Its clean, modern design offers easy navigation and a visually engaging way to explore digital collections. |
| 26 | + |
| 27 | +### 3. Advanced Features |
| 28 | + |
| 29 | +Mirador supports useful tools like annotations, **OCR overlays**, and image adjustments (brightness, contrast), |
| 30 | +enhancing research capabilities. |
| 31 | + |
| 32 | +## Mirador Technical Considerations |
| 33 | + |
| 34 | +Mirador allows users to add annotations directly within the viewer, but these are stored locally and can be lost if |
| 35 | +cookies are deleted. Consequently, we have found Mirador's annotation functionality too limited for our |
| 36 | +needs. Client-side annotations are not persistent, and there is no established contribution or curation workflow. We |
| 37 | +recommend exploring alternative systems for annotation, such as [**Madoc**](https://docs.madoc.io/), which appear more |
| 38 | +promising in this regard. |
| 39 | + |
| 40 | +## Conclusion |
| 41 | + |
| 42 | +For a project that depends heavily on user interaction and the flexibility to tailor the viewer to specific use cases, |
| 43 | +Mirador is the clear choice. Its customization capabilities make it particularly suited for projects requiring advanced |
| 44 | +image handling and specific interaction functionalities. |
0 commit comments