Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Deep Zoom at runtime
3 replies. Latest Post by tanmoy.r on November 10, 2008.
(0)
Pluginbaby
Member
553 points
220 Posts
11-08-2008 9:44 AM |
Hi,
Is it possible to do dynamic Deep Zoom at runtime ?Like the Silverlight client get the pictures from a Db (web service), and display/arrange them in DeepZoom.
tanmoy.r
Contributor
3594 points
710 Posts
11-09-2008 1:12 AM |
Deep zoom actually splits a big image into multiple ones and shows them to user on demand. To make it dynamic you need to create the collection of images dynamically but that might be a little complex.
11-10-2008 5:00 PM |
I found a link to generate Deep Zoom composition at runtime with C#:
http://blogs.msdn.com/giorgio/archive/2008/08/26/deep-zoom-batch-export-using-c-update.aspx
11-10-2008 9:47 PM |
Great thing. Though I didnt get time to check it. Can you please check and see if it is working :)