deepzoom

local DeepZoom / MultiScaleTileSource in Silverlight

How to provide a MultiScaleTileSource implementation that can generate images locally (i.e. without downloading of the image data)? This is a follow up to : Follow up on: stackoverflow.com/questions/432956/silverlight-make-deepzoom-to-load-tiles-from-local-source which did not get answered. All samples on the web end up to be based on ...

viewport width and viewport origin concept issue of deep zoom

Hello everyone, I am new and learning Deep Zoom. I am learning from here and have two basic deep zoom concept issues dealing with viewport width and viewport origin. http://blogs.msdn.com/silverlight_sdk/archive/2008/11/18/using-viewportorigin-and-viewportwidth-in-deep-zoom.aspx My two quesitons are, When viewport width of an image ...

ViewportOrigin of MultiScaleImage

Hello everyone, I am confused about the ViewportOrigin property of MultiScaleImage. I think the property should be used only for MultiScaleSubImage to assign the relative location of a sub image to the whole deep zoom region, why we need to set the ViewportOrigin property of MultiScaleImage (i.e. the whole deep zoom region)? The whole d...

Silverlight deep zoom composing issue

Hello everyone, Deep zoom composer itself is very nice tool. I am wondering if there are any automatic ways to compose? For example, I have 100 images, and I want to compose automatically as 10 * 10 deep zoom effect. I am implementing a background workflow and automatically composing deep zoom and publish. The Output Type I prefer is "I...

Licence for DeepZoom and SeaDragaon AJAX??

Hi, wats the licence for microsoft silverlight DeepZoom and SeaDragaon AJAX.. can i use the libraries in commercial applications.. or do i need to purchase any commercial licnence... Cheers Rames Vel ...

how to make tooltip move along with mouse?

Hello everyone, I am using Silverlight 3 + VSTS 2008. I have a image (Multiscale image control) and I place tooltip on this image. The function of Tooltip works fine. Since the image is big (about 500 * 500 size), and since end user could move mouse on the picture, and I want to display tooltip position along with the mouse (i.e. when m...

Silverlight deep zoom without asp.net?

I want to use deep zoom in Silverlight, but it seems that the images don't get sharp when I'm using my Silverlight application in a standalone html file, and not through iis. I'm able to zoom in and out, but the images is blurred. This works fine if I'm using a asp.net web site. Is it at all possible to use Silverlight deep zoom without ...

Firefox and Silverlight

Hi, I'm developing a silverlight site, using deepzoom. When I call a function to ArrangeImages(), in IE, the image arranges correctly, using 100% of the screen. In Chrome it works as well. In Firefox, though, the msi container only uses around 80% of the screen. I'm resizing it using these 2 lines of code below: msi.Height = App.Curre...

MultiScaleImage Zoom Particular Areas

Hello, I am trying to create a Deep Zoom based multiscale image that essentially has 2 views. Initially it will display a large map of the world. When the user click the USA the image should then zoom into the USA. Clicking an external button should zoom the image back out. Thats it. I don't want panning or additional zooming. Wh...

MultiScaleImage functionality in WPF

The MultiScaleImage control (DeepZoom) is not available in WPF, only in Silverlight. How would you suggest getting similar functionality in WPF? I know it would be possible to host Silverlight in a browser control in WPF but this is my last resort. I don’t need all functionality of MultiScaleImage. In my application I’d like to have one ...

DPI problem with DeepZoom library

We are using DeepZoom Tools Library. We have created image pyramid in C#, the problem which we are facing is that we cannot increase the dpi of output images for higher resolution images. We have observed that DeepZoom Composer only produces output images with dpi = 95. But if dpi of input image is > 95 (e.g. 600) DeepZoom Tools l...

where to get some map images for deepzoom test data?

Hello everyone, I am developing Silverlight 3.0 deep zoom + C# + .Net 3.5 + VSTS 2008. I need some png or jpg small images to compose to a big map image, or using a big png or jpg map image to test deep zoom effect? Any free ones? thanks in advance, George ...

Silverlight MultiScaleImage/SubImage Viewpoint arrangement logic question

I've been beating my head against this for awhile to no avail. I have a bunch of images of geological samples which are nominally 1500px wide by 30,000px long. A typical set of these images will number from 20-100. I have used the DeepZoomTools.dll to create a collection of these images and am attempting to use that to lay out the i...

Silverlight MultiScaleImage won't fill available space

Is it me or does the MultiScaleImage not even display without explicit width and height? I can't get it to fill a grid cell for some reason. It behaves differently from most other elements. If I ditch the height and width on the Viewer, it doesn't display at all. EDIT: Here's the complete picture... XAML: <UserControl x:Class="CliqueS...

Silverlight, DeepZoom zooming animation

When I set the ViewportWidth of a Deepzoom image in Silverlight the zoom level changes very quickly. Is there a way I can set the time this zooming animation should take? Thanks ...

MultiScaleTileSource and Collections

Does anyone know how to override the GetTileLayers for a collection in the MultiScaleTileSource class. I want to set the source to a xml document ( which is a deep zoom collection doc ). I need to remap where the images come from and the filename format. This is simple with a single image, but how do you do it for a collection? Any...

Silverlight / Deepzoom weird flashing rectangle bug

Hi there, I just launched my website - blackspike.com - under the 3D tab on the homepage I've put a deepzoom collection in there. A friend has noticed that if you pan down and to the right there's a weird psycadelic flashing rectangle. I've tried recreating the collection, and reuploaded and there is nothing in the composer project to s...

Fixed deep zoom

Hi, Is there any way to perform a fixed zoom on a multiscaleimage in deep zoom? i.e. click once to zoom about point X,Y to 2x, click again to restore to the original position and zoom level? I have written the code to zoom in and out but calling zoomaboutlogicalpoint midway through the zoom process results in zooming out too far (I gue...

Custom zoom level in Bing Maps Silverlight control

Has anyone out there been able to zoom past level 21 with the Bing Maps Silverlight control? My tiles are generated and I can get them to show, but I can't reach the zoom level I require (level 22). I have tried everything, including using a LocationRectTileSource with the zoom set past 21. I'm really out of ideas. ...

Real-time image slicing for Deep Zoom and Silverlight 4

Is there an example where the Deep Zoom images will prepare dynamically in real time? Is it even possible with Silverlight 4? So basically, whatever the Deep Zoom composer is doing under the hood should happen in real-time, on demand... ...