Tagged Questions
The multiscaleimage tag has no wiki summary.
7
votes
3answers
505 views
How to add text in Deep Zoom Composer?
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 ...
3
votes
2answers
518 views
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 ...
2
votes
1answer
405 views
WP7 MultiScaleImage getting images from Isolated Storage
I want to create a similar control to that of the Bing Maps control (from which I can see it uses the MultiScaleImage) but I have all of my images stored in a compressed format in local isolated ...
1
vote
1answer
701 views
MultiScaleImage (DeepZoom) control on Windows Phone 7 and image collections
I am developing a WP7 application that displays and arranges images using a MultiScaleImage control.
Currently, I don't think my 'output' xml/dzc is properly formated to point to all of the sub ...
1
vote
1answer
115 views
Silverlight MultiscaleImage fill available height
I have a sample app with a MultiScaleImageControl. By default it fills the available ViewPort width. How can i make it use the available height?
Edit (Copy from comment)
It's nothing more than
...
1
vote
2answers
328 views
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 ...
1
vote
3answers
257 views
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
1
vote
1answer
385 views
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 ...
1
vote
1answer
716 views
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 ...
1
vote
1answer
882 views
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 ...
1
vote
2answers
719 views
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 ...
0
votes
1answer
18 views
SubImages not showing on MultiScaleImage when zoomed out. How to show them?
I've created a deep zoom image with nearly 200 SubImages. I just loaded the main image into Deep Zoom Composer and loaded all the SubImages and exported. I then used code to position and scale the ...
0
votes
1answer
53 views
Create a Thumbnail Image Companion for a MultiScaleimage Control
I have an application that uses a MultiScaleImage control and I would like to add a thumnbnail window with the unzoomed image and a rectangle outline indicating the portion being viewed in the ...
0
votes
0answers
109 views
Deepzoom Composer and Multiscaleimage Control Image Type Choices Guidance
I have a short fuse project providing a user unterface on top of a large image. Some image attributes as exposed by ImageMagick are:
Image:
Format: TIFF (Tagged Image File Format)
Class: ...
0
votes
0answers
82 views
Bind to custom MultiScaleTileSource
I have a MultiScaleImage control declared as follows:
<MultiScaleImage Source="{Binding TileSource}" />
Where TileSource is a custom MultiScaleTileSource on my ViewModel.
However, Visual ...
0
votes
0answers
178 views
Windows phone 7 MultiScaleImage using cache when no internet connection available but download tiles (instead using cache) if internet was available!
I'm using multiscaleimage for showing different maps in windows phone 7.
when i saw a special place, next time all images load very fast even i have no internet connection.(somehow msi does ...
0
votes
0answers
79 views
How can I manipulate a Sub-Image in MultiscaleImage-Control (Using DynamicSource)
I have a Multiscaleimage that using a ASHX-Handler as Source.
The Source Image at Serverside can change, than i want to Refresh few Subimages.
But multiscaleimage.SUbImages is read-only.
0
votes
1answer
152 views
MultiScaleImage is not visible
I added a MultiScaleImage to my
Silverlight project
I created a deepzoom compatible
Image with DeepZoomComposer
I imported the image into my project and stored it in a folder named Source
I set the ...
0
votes
2answers
296 views
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 ...
0
votes
1answer
335 views
MultiScaleImage Zoom Particular Areas
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 ...
0
votes
1answer
506 views
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. ...