Real-time image processing for Deep Zoom and Silverlight 4

Is there an example where deep zoom images will be dynamically reproduced in real time? Is this possible with Silverlight 4? Thus, in any case, no matter what the composer Deep Zoom does under the hood, it must be performed in real time, upon request ...

+3
source share
1 answer

Yes, on the fly you can create files with deep magnification. Obviously, this must happen on the server side, for the Silverlight application on the client side to use it.

The google keywords you are looking for are “deep zoom package” or “deep zoom export” or “DeepZoomTools.dll”.

This is not an officially supported script (afaik), but it is definitely possible. The later the blog post, the more likely you are to get this to work.

Here are some blog posts that worked for me at some point:
Deep Zoom
batch processing using DeepZoomTools.dll Deep Zoom batch processing using C # - Updating
Deep Image Image Generation with DeepZoomTools.DLL

+1
source

Source: https://habr.com/ru/post/1738098/


All Articles