Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 426
makerofthings7 Avatar asked Nov 29 '25 06:11

makerofthings7


1 Answers

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/

like image 64
iangilman Avatar answered Nov 30 '25 20:11

iangilman