What Is Mirador?
Mirador is an open-source image viewer built for the IIIF (International Image Interoperability Framework) ecosystem. Released under the MIT license, it is widely adopted by universities, libraries, museums, and archives worldwide, including Harvard, Stanford, and Yale.
Mirador’s defining feature is its multi-window workspace, which allows users to display, compare, and analyze multiple images side by side. It has become an essential tool for Digital Humanities research and cultural heritage digital archives.
Key Features
Multi-Window Image Comparison
Mirador’s workspace lets you freely arrange multiple windows to compare different materials. For example, you can place digitized manuscripts from different institutions side by side to examine textual variants. Window size and position can be adjusted via drag-and-drop, enabling flexible layouts tailored to your research needs.
Deep Zoom with High-Resolution Images
Mirador uses OpenSeadragon under the hood, providing smooth zoom, pan, and navigation even for images tens of thousands of pixels wide. By dynamically loading only the visible portion via the IIIF Image API, it handles massive images without performance issues.
Annotation Support
Mirador supports the IIIF Presentation API 3.0 annotation specification, allowing users to view text and tag annotations on specific regions of an image. With plugins, you can also create new annotations directly in the viewer. Researchers use this to record comments and analytical notes on particular areas of interest.
Companion Window
Each image window includes a companion window — a side panel that provides access to metadata, layer controls, table of contents (structural navigation), and search. Being able to review manifest metadata alongside the image makes it easier to understand the context of the material.
Try the Demo
The official Mirador website offers a demo page that you can try directly in your browser. It is the quickest way to get a feel for the interface.
The demo comes preloaded with several IIIF manifests. Click the “+” button in the top-left corner to add new windows and display multiple items side by side. You can also paste an external IIIF manifest URL to load any compatible content.
Plugin Ecosystem
Mirador adopts a plugin architecture that makes it highly extensible. Community-developed plugins include:
- mirador-annotations: Create and edit annotations conforming to the W3C Web Annotation standard
- mirador-image-tools: Adjust brightness, contrast, invert colors, and apply grayscale
- mirador-share-plugin: Generate shareable URLs for specific views
- mirador-dl-plugin: Add image download capabilities
Plugins are implemented as React components, so anyone with JavaScript knowledge can build custom extensions.
Adoption and Use Cases
Universities and Research Institutions
Many university libraries — Harvard, Stanford, Yale, and others — use Mirador as the viewing interface for their digital collections. It serves as a tool for researchers to closely examine high-resolution images of manuscripts, historical maps, and photographs.
Museums and Galleries
Museums that provide high-resolution digital images of paintings and artifacts are increasingly adopting Mirador. It enables visitors and curators to compare multiple works or view before-and-after restoration images side by side.
Digital Humanities
Text collation, iconographic comparison, and chronological map analysis are just a few examples of Digital Humanities methods that align naturally with IIIF and Mirador. Tasks that were once physically impractical — such as comparing manuscripts of the same text held by different institutions — can now be performed in a browser.
Technical Overview
Mirador 3 is built with React and Redux, following a modern front-end architecture. It supports both IIIF Presentation API 3.0 and 2.1, ensuring compatibility with a wide range of IIIF content. It is published as an npm package, making integration into existing web applications straightforward.
npm install mirador
Configuration is defined in JSON, giving you fine-grained control over which manifests to display, initial window layout, and UI visibility options.
Conclusion
Mirador has established itself as a cornerstone viewer within the IIIF ecosystem. It combines multi-window comparison, deep zoom, annotation support, and plugin extensibility — all under an open-source MIT license.
Whether you work in digital archives, Digital Humanities, or any field that deals with high-resolution images, Mirador is a tool worth exploring. Head over to the demo page and experience it for yourself.