See how people are using OpenSeadragon in the wild.
OpenSeadragon supports several image serving protocols out of the box and is actively adding support for more. If the image serving protocol you need is not supported, you can always add support for yours using a custom tile source. (Please help us add built-in support for your required image serving protocol.) Each supported protocol aims to allow configuration via XMLHTTPRequest, JSONP, as well as direct inline configuration.
OpenSeadragon provides many optional interface elements which can be easily enabled via simple configuration settings. Additionally, OpenSeadragon aims to enable you to bind its controls to entirely custom interfaces.
It's very common that sets of related images are required to be presented in a way that allows a user to easily navigate through them. OpenSeadragon provides simple options for this, as well as full multi-image support with complete control.
These settings can be useful for developers who are trying to add features to OpenSeadragon or when troubleshooting.
Plugins can be used to enhance OpenSeadragon. The following plugins are currently available:
OpenSeadragonizer enables viewing any image on a webpage with OpenSeadragon.
You can also use the web version of OpenSeadragonizer directly without installing anything.
You can get OpenSeadragon 2.2.1 through any of these venues:
For installation instructions, see the Getting Started page in the documentation.
For creating the tiles themselves, see Creating Zooming Images.
Older releases and source archives are available on GitHub.
Available on our documentation pages.
GitHub: issue tracker
Twitter: @OpenSeadragon
Chat: Gitter (also accessible via IRC)
OpenSeadragon is developed on GitHub. You can clone the source repository with Git by running:
git clone git://github.com/openseadragon/openseadragon
OpenSeadragon is released under the New BSD license.