The Silverlight Deep Zoom was one of those cool things that I heard about when it was introduced a few years ago, but I never got around to actually trying it out. But now is the time, and I was so surprised to learn how complicated it apparently is to get the thing working, that I’m worried that I’m missing something here.
As far as I understand, using Silverlight Deep Zoom requires you to
- Write an Silverlight app to embed on your site, which is not exactly trivial with no prior Silverlight experience, as you have to implement the various actions (zoom, pan) yourself and include button icons.
- Create the Deep Zoom pyramid files “manually”.
I found plenty of examples on how to do both, but it’s a far cry from sticking a control on your page, set the original image source and height and width, which honestly was all I figured it would require.
So: Before I go ahead and implement my own,
- Do you know any component (free or commercial) that wraps the above in a nice way?
- Do you know any alternatives to Silverlight Deep Zoom? JavaScript? HTML5?
- I got this feeling that the technology is considered somewhat outdated today?