Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there an alternative to Deep Zoom for Windows Store App?

I have to work with a lot of images (high resolutions) and the best approach was to use Deep Zoom but it is not available for Windows Store app.

http://msdn.microsoft.com/en-us/library/cc645050(v=vs.95).aspx

Does an alternative exist? If not, what could be the best approach to create a custom control similar to Deep Zoom?

like image 893
monstergold Avatar asked Nov 03 '22 01:11

monstergold


2 Answers

You've tagged this with C#; is that the language you're using? I understand Windows store apps can also use HTML5. If that's available to you, then you can use OpenSeadragon, which is a JavaScript version of Deep Zoom: http://openseadragon.github.com

like image 166
iangilman Avatar answered Nov 11 '22 14:11

iangilman


Here is Deep Zoom for WPF, you can create your own with help of it. WinRT XAML Toolkit has planning to release MultiScaleImage control for Deep Zoom support. They are also following that article.

like image 43
Farhan Ghumra Avatar answered Nov 11 '22 15:11

Farhan Ghumra