deepzoom

Deepzoom for WPF

Are there any ports to WPF of Silverlight's MultiScaleImage (aka DeepZoom)? Have Microsoft road-mapped this at all for WPF? I want to move from WinForms to WPF and require something like DeepZoom, using Silverlight isn't an option. ...

How do I associate metadata with a DeepZoom SubImage?

Hi all, I'm trying to sort through a collection of DeepZoom sub-images based on arbitrary data associated with each image. The sub-images get loaded automagically through an XML file generated by DeepZoom Composer. I don't see a clear way to associate arbitrary data with a DeepZoom sub-image. The solutions that seem most obvious to me...

Download satellite/maps images (from Google Maps or Live Maps?)

I'm building a little play project and I'd like to use satellite images of a town inside deepzoom, what's the easiest way to get them? I'm sure there's a MUCH better way than PrtScn, I've tried google maps downloader but it doesn't download satellite images and it's company don't seem to be offering it anymore. ...

Feed DeepZoom control from database.

Does anyone know an example of feeding DeepZoom control from the database, not from the file system? ...

Silverlight MediaElement Cloud

Doe anybody know where i can get a sample silvelight mediaelement cloud similar to mojaveexperiment.com? ...

how does silverlight deep zoom work behind the scenes

hey guys i have done few sample projects (just for fun) using silverlight deep zoom. its really cool and exciting stuff. but i was curious to know about what goes on behind the scenes to achieve this sort of thing. the deep zoom composer generates many images and few xml files within sub folders of its data source. can anyone explain ho...

Deep Zoom Rotation

Is it possible to do rotations in Silverlight Deep Zoom? I'd like the animation to be fast and as seamless as possible. In other words can I rotate the Deep Zoom area, while keeping the Deep Zoom effect? ...

Deep zoom on dynamically generated 3D image cube

Hi All, I am making a 3D cube using kit3D.this cube is generated at run time.I wanted to know whether i will be able to add deep zoom o this dynamically generated 3D cube.The entire cube is ultimately an image and this is loaded altogather at a time.or is there any other way where in I can get the deep zoom effect??? Thanks ...

Is it possible to zoom dynamic content with silverlight?

I am new one with Silverlight and I am interested in how to zoom dynamic content. For instance i have canvas and several listboxes and i want to zoom it. ...

Deep Zoom in Ajax - Possible? Any examples out there?

I have an idea to implement a deep zoom type interface hosted in a browser for sports training data (speed, distance, heart rate etc.) However, rather than images I actually want to zoom into a hierarchy of information. For example, the initial display would contain a grid of years - hover over 2008, for example, and spin the mouse wheel...

Good example sites using Silverlight and DeepZoom?

I am currently looking into using Silverlight and Deepzoom in a future project. Can anyone suggest some sites that make good use of these technologies? ...

Get the image ID of the Clicked image in silverlight Deep Zoom?

Hi Guys, I am in designing the site something like hardrock memorabilia using slverlight DeepZoom.. And i have managed to create dynamic static image lists and it was working fine with all the zoom & Pan features.. But i wanted get the id or name of the clicked image to display the Information balloon around the selected imag...

Problem zooming other UIElements in DeepZoom

Hi Guys, I am designing SL application which resembles hardrock memorabillia. In which, i have added a new functioality to highlight a image when mouse enters the image object(Adding borders around the image,). This works as expected. But i got a problem while zooming it, only the images getting resized , but the border remains same i...

Silverlight Deepzoom API output vs. Deepzoom Composer output

Using Deepzoom Composer creates a nice ClientBin and a nice HTML page that works in HTML. Using the Deepzoom API, I can create the processed pyramid images and some metadata in some xml files and that is all. So now, once I have those images and the metadata, which is half the battle, how should I go about building some Silverlight a...

deep zoom is not displayed

Hello everyone, I am using VSTS 2008 + C# + .Net 3.5 + Windows Vista Enterprise x86. I have used Silverlight Deep Zoom composer tool to export my composed images into Siverlight type. Everything is previewed fine after export successful message (I select browse from browser). But when I click the Test.html in the exported project to sh...

Is there a size limit to the PNG file size for a SilverLight Image?

Hi, I have been running into issues loading Images into a SilverLight Application. These images have been generated for DeepZoom purposes and have sizes of over 30 Megs (as PNG). I have been told there might be a limit to BitMap Sizes that can be loaded, I would like to know where I can have a point of reference to this kind of infor...

Silverlight deep zoom image click issue

Hello everyone, I am using deep zoom composer to generate XAP and html files and they works fine for me. Currently, I want to retrieve the information about which image the end user is clicked, and I want to display the description information for the user clicked image in another Silverlight TextBox control on the same page. The descri...

Source attribute of Silverlight MultiScaleImage

Hello everyone, I learned we should assgin a .bin file to the Source attribute of Siverlight MultiScaleImage. For example, I learned from here (refers to code sample in section Anonymous Methods for Events), http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/410/Silverlight-Deep-Zoom-Sample-Code-Part-2.aspx But I have tried using ...

deep zoom factor basic questions

Hello everyone, My question is about ViewportWidth property of MultiScaleSubImage. When ViewportWidth is 2, it means the image is zoomed in 2 times, i.e. the image is displayed 200% for both width and height. My questions are, when ViewportWidth is 2, it means the display size of image is 4 times of original size, and the original si...

deep zoom image size issue

Hello everyone, My question is from the below MSDN link about deep zoom, When ViewportWidth is 1, it means the picture is never zoomed in and never zoomed out, and displayed at its original size (original size I mean the width and height defined in picture header), correct? 2. My confusion is, when we use deep zoom composer, the tota...