Questions tagged [seadragon]

"Seadragon Software was a team within the Microsoft Live Labs. Its product, 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 cross-platform Seadragon application for iPhone and iPad." -- Wikipedia

Seadragon Software was a team within the Microsoft Live Labs. Its product, 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 cross-platform Seadragon application for iPhone and iPad.

From https://en.wikipedia.org/wiki/Seadragon_Software

53 questions
6
votes
1 answer

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 of large images into one then creating a Deep…
basicallydan
  • 2,134
  • 3
  • 25
  • 40
6
votes
1 answer

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?
Allain Lalonde
  • 91,574
  • 70
  • 187
  • 238
4
votes
1 answer

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 http://schemas.microsoft.com/deepzoom/2008 XML dictates I cannot…
Joey
  • 344,408
  • 85
  • 689
  • 683
4
votes
1 answer

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){ var p = coord(e.originalEvent); …
Jasard
  • 415
  • 1
  • 7
  • 17
3
votes
2 answers

Deep Zoom Image - Command Line Tool? Or For Bulk Conversion

I am looking for some kind of command line tool , using which I can create an application to convert input images into Deep Zoom Image. I have around 500 images. I have used the Deep Zoom Composer to generate Deep Zoom Image[DZI] content one at a…
Sam
  • 91
  • 1
  • 9
3
votes
4 answers

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 the OpenSeadragon.Viewer function. But that is…
Robert Hickman
  • 997
  • 1
  • 11
  • 22
2
votes
0 answers

How to use Zoomify tile source in openseadragon?

I'm trying to figure out how to use tiles generated using Zoomify output from photoshop in an openseadragon project. I gather that I will need to use a custom tile source to do this but the folder structure and file naming convention used by Zoomify…
RogerB
  • 222
  • 3
  • 11
2
votes
1 answer

Displaying Zoom and Center on OpenSeadragon

I'm using OpenSeaDragon for the first time and I'm trying to display to the console zoom level and Viewport center. Now I found out how to display coordinates on click (Openseadragon image cordinates), but I'm having trouble w/ zoom and center. From…
feldog84
  • 21
  • 1
  • 3
2
votes
2 answers

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 image pyramid for approximately 100 pictures that…
Vince
  • 3,325
  • 2
  • 23
  • 41
2
votes
1 answer

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...
RameshVel
  • 64,778
  • 30
  • 169
  • 213
1
vote
0 answers

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.
Jack
  • 313
  • 5
  • 22
1
vote
1 answer

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 when I make zoom or drag the image , coordinates…
pinakle
  • 11
  • 2
1
vote
2 answers

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: …
CruelIO
  • 18,196
  • 16
  • 40
  • 58
1
vote
1 answer

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 more specific, if you visit this link-- which shows…
nickpish
  • 839
  • 4
  • 24
  • 43
1
vote
0 answers

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 Canvas on top of the Seadragon. In order to be…
Alexandre
  • 507
  • 1
  • 5
  • 16
1
2 3 4