multiscaleimage

How to add graphics on top of a multiscaleimage?

I want to add graphics to a multiscaleimage. I use the project that Deep Zoom Composer auto generated when creating a multiscaleimage. Displaying the multiscaleimage from VS2008 works. I've tried this and added the graphics to the maincanvas, without any results: <Grid> <Canvas Name="maincanvas"/> <MultiScaleImage/> </Grid> Edit: W...

Silverlight MultiScaleImage control bug and CPU usage

How to use animation and MultiScaleImage control on the same UserControl? What I have found that if you place a MultiScaleImage and animation on the same UserControl, you always get a high CPU usage. Is that a MultiScaleImage control bug? Here's a sample project. (just a grid, MultiScaleImageControl and a fading rectangle) Why CPU usage...

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 ...

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...

Limit panning only to visible image area in Silverlight MultiScaleImage

Silverlight experts out there, I need some help. I used Deep Zoom Composer to generate the Silverlight application for a large map image(20MB+) for a client. But the client does not want the people to pan to the black areas that are out of the bounds of the image in the MultiScaleImage. How can i do that? Thanks! ...

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 Dragging lets one drag the MultiScaleImage off screen.

I'm having some issue and am hoping someone can answer the question. I have a Deep Zoom project that I used the standard (deep zoom composer) project which places a DeepZommInitializer behavior on the MultiScaleImage control. I'm trying to constrain dragging to make sure that the user doesn't drag the image off screen (and therefore is u...

Silverlight Deep Zoom MultiScaleImage pixel coordinates

How to calculate number of original image (max zoom in) pixels between 2 mouse click points in a deep zoom multiscaleimage? Sounds simple but it has to return the same number of pixels at any zoom level if user clicks the same image features. The two points are read in msiLeftMouse_Click() and will return relative screen coordinates. ...

How to add text in Deep Zoom Composer?

Hi, I want to compose my own project in deep zoom composer however I would like to know on how to add text per image zoomed in just like the hard rock memorabilia I want to consume it, using silverlight 4.0 As you notice, under right pane, it has its description about the image. Thank you. ...

Deep Zoom with Overlay and Rotation

I'm looking to extend a Deep Zoom MultiScaleImage so that the user can draw selections and rotate the MSI. I've managed to do something similar in the past with images, but the MSI control is giving me some pain. I've followed the pretty excellent tutorial here for putting overlays on top of an MSI but I am having problems with the over...