Search code examples
c#htmlxamarinpanoramasdeepzoom

Is there a modern version of "Deep Zoom Composer" for Silverlight that allows for stitching together panoramic images?


Silverlight used to offer "deep zoom", a technology that respected bandwidth as the user zoomed in and out.

Finally, after many years I found a use for it; using images from a hot air ballon for students to see the effects of climate change on a micro, and macro level.

Q How can I make panoramic photos "zoomable", similar to Deep Zoom in Silverlight?


Solution

  • http://openseadragon.github.io/ is the JavaScript cousin of Deep Zoom (both came from the same team within Microsoft, though OpenSeadragon is independent now). It does the client side viewing, and uses the same DZI format that Deep Zoom used.

    For the DZI creation, you can continue using whatever tool you're already using and just view it with OpenSeadragon. Here's a list of additional conversion tools:

    http://openseadragon.github.io/examples/creating-zooming-images/