Seadragon was a team within the Microsoft Live Labs. Seadragon is a web optimized visualization technology that allows graphics and photos to be smoothly browsed, regardless of their size. Seadragon is the technology powering Microsoft’s Silverlight, Pivot, Photosynth and the standalone ...

learn more… | top users | synonyms

0
votes
1answer
42 views

SceneNode (layers), Deep Zoom Composer and Seadragon Ajax

I'm using the DeepZoom Composer to layer different images on top of the other, with each layer on top being smaller. (Similar to http://msdn.microsoft.com/en-us/expression/cc745977.aspx) Is there an ...
0
votes
1answer
47 views

How do I get started using OpenSeadragon?

I was wondering how to get started with OpenSeadragon. I have it installed through node.js according to the repository readme on github. Then I was looking at the API and it looks like you have to use ...
0
votes
0answers
110 views

JQuery Hover Function Acting Crazy

I have no clue how to ask this question. So please, if something is not clear let me know and I will supply more code. I didn't want to over do it! What I would like to do is the following. I have a ...
3
votes
1answer
74 views

Is there a difference between the 2008 and 2009 namespace for Deep Zoom Images?

I noticed that Deep Zoom Composer writes DZIs with a namespace of http://schemas.microsoft.com/deepzoom/2009 However the official documentation and the only available schema refer to ...
0
votes
1answer
82 views

Seadragon Events - Get the Seadragon Viewer when events are fired

I have a problem. I want to be able to instanciate more than one Seadragon Viewer objects on the same page. All is fine, except that I have written event handler (like click, mousemouse, etc) and I ...
0
votes
0answers
277 views

HTML5 Canvas and Seadragon ajax

I have a very strange problem. I am using canvas to generate lines that connect one overlay to another, also known as a leader. Sometimes, there will be two or three leaders going to the same label ...
0
votes
0answers
124 views

DeepZoom proxyURL, loading the image assets from a remote server?

I'm attempting to load a set of DeepZoom assets from a remote server. I'm able to use the Seadragon.Config.proxyUrl setting to load the DZI/XML correctly, but once loaded, the URLs for the images ...
0
votes
0answers
107 views

Seadragon and Retina Display

I wrote an iphone and iPad version of an application (http://fibics.interplex.ca/index2.html) using the Seadragon API. Everything works fine on the iphone 3Gs and the iPad 2, but when it is run on ...
1
vote
1answer
177 views

What JQuery Plugin is being used here?

I found this brilliant image map plugin on the BBC here: http://www.bbc.co.uk/news/uk-18295433 The highlighted links are essentially normal tags which have had their position set to absolute to ...
0
votes
1answer
227 views

How to detect which HTML element lies under given mouse coordinates? (Seadragon)

I am currently working with Seadragon Ajax technology (demos at zoom.it), adding custom interface etc. In particular, I am adding a certain numbers of overlays which need to capture some mouse events ...
4
votes
1answer
370 views

touchstart blocking button listener

I'm using Seadragon Ajax with jQuery touch event listeners. The container has touchstart, touchmove and touchend bound to it, heres the touch start: .bind('touchstart MSPointerDown', function(e){ ...
1
vote
0answers
77 views

How to combine these two js actions

I hope this is a fairly simple problem. The first line switches to a new deep zoom image. The second line zooms into the image. Is it possible to both switch and zoom in one click? 1. <a ...
0
votes
1answer
259 views

Tiled image viewer. With two images side by side that can be dynamically loaded

I'm trying to build a page in which two tiled images (for zooming in on) can be loaded and displayed side by side (then swapped out for different images at a click of a button). They both need to zoom ...
1
vote
1answer
169 views

Seadragon ajax fix coordinates system

I'm trying Seadragon Ajax with coordinates system in order to show in my website large images with big resolution . I would to view a part of this image knowing their coordinates. The problem is that ...
0
votes
0answers
428 views

Javascript slow in Android but fine on Iphone/IPad and BlackBerry torch

I am currently writing a web page to be used on certain phone and tablet devices. This wont be used in an app. The site can be viewed at http://www.streetmaps.co.za/seadragonmobile/ . I have been ...
0
votes
2answers
415 views

Seadragon custom control, with an onClick event handler: problems in IE

I'm using Seadragon to show a large image, and I've added some custom controls such that when I click on those controls, I pan/zoom to a specific point in the image. This works great for FF, Chrome, ...
0
votes
1answer
101 views

object expected error from Seadragon and IE

I'm playing around with seadragon trying to make a deepzoom image. I have uploaded it here. In Firefox and Chrome it works fine, but IE produces a JavaScript error like an obect was expectet. ...
1
vote
2answers
728 views

Seadragon deepzoom placement of files

I have created a deepzoom image, and when image files is placed locally I can display it with this code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
1answer
429 views

basic scripting question… dynamically modify div content?

I'm wondering what might be the simplest approach to dynamically changing the contents of a "caption" div to reflect the info corresponding to a specific thumbnail/link in an image gallery. To be ...
2
votes
0answers
182 views

one-dimensional (deep) zoom with changing aspect ratio

I have a data set that (if thought of as an image) is much wider than it is high. (Data is collected in one dimension at 100,000 to 1,000,000 X-points; each Y-value lives between 0 and 1. At its ...
1
vote
0answers
407 views

Passing event to DOM element underneath

I have developped this web application which uses Microsoft Seadragon Technology. On top of the Seadragon viewport, the user can draw measurements and annotations. Those annotations are drawn into a ...
6
votes
1answer
1k views

Deep Zoom Collection in Javascript Canvas

I need to create a deep zoom mosaic in an HTML5 Canvas Element with thousands of roughly 512x512 images, but I want to reinvent the wheel as little as possible. So rather than combining tons and tons ...
6
votes
1answer
434 views

SeaDragon Mouse Clicks

How can I determine the location of a mouse click on an Ajax SeaDragon scene relative to the source image that was used to generate the DeepZoom content?
1
vote
1answer
755 views

Can't create more than one overlay in Seadragon

I am trying to add overlays to a seadragon map I am making but for some reason that I can not figure our seadragon ignores all my overlays except the first one. Any help with this is much appreciated. ...
2
votes
1answer
2k views

PIL vs Python-GD for crop and resize

I am creating custom images that I later convert to an image pyramid for Seadragon AJAX. The images and image pyramid are created using PIL. It currently take a few hours to generate the images and ...
1
vote
1answer
276 views

Licence for DeepZoom and SeaDragaon AJAX?

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