Posted on: 6/11/2010 12:34:00 PM | Views : 1489

Sample application with custom ASP.NET IHttpHandler for creating DeepZoom images in memory on the fly for very large images. The sample include an image with 11709 x 4716 pixels. Image tiles are created on request using multiple threads for each tile zoom level. The more processors the faster you will get the DeepZoom image tiles on the Silverlight client. Sample can be easily extended to store the tiles to the file system or a database. ...

Go to the complete details ...