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
1
vote
0 answers

Ruby: download Seadragon rendered image from web

I wrote a Ruby script to crawl SFMOMA artwork pages and download artwork .jpgs. I've managed to download .jpg thumbnails at the bottom, but I would prefer to download the high-res center image. Unforunately, the HTML source code doesn't show any…
gillespiecd
  • 189
  • 4
1
vote
1 answer

Openseadragon image drag over multi canvas

We have a viewer with coded on openseadragon. It has zoomin zoomout home and rotate functions. We also add some custom transparent canvas on this viewer for draw some shapes on that picture. They works fine but we cannot drag that pictures and also…
ersan
  • 11
  • 2
1
vote
1 answer

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. var viewer = null; function init() { …
makeitmorehuman
  • 11,287
  • 3
  • 52
  • 76
1
vote
0 answers

OpenSeaDragon 2: Programmatic control over images' positions in colletions

I'm trying to move from Silverlight to OpenSeaDragon (PivotViewer), but so far I haven't been able to find out how to control programmatically position of every image in my image collection, so that it wouldn't be just a rectangular array of…
Denis
  • 163
  • 1
  • 8
1
vote
1 answer

Can't download image from tainted canvas; How can I download a Seadragon image that's hosted in an Amazon s3 bucket?

I have a bunch of deep zoom images stored in Amazon s3 buckets, and I have a webpage that displays them with an Open Seadragon dzi viewer. I'm able to display the images, but I can't get them to download; I'm getting the security error that I have a…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
1
vote
2 answers

Openseadragon with XML document variable instead of URL?

What is the correct way to open a SeaDragon viewer with straight XML data? I need to know what I'm doing wrong here. I have a bunch of DZI images that are hosted on another domain that I need to display, but I can't do a simple OpenSeadragon() call…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
1
vote
2 answers

Can I slow down OpenSeaDragon pan/zoom animations?

OpenSeaDragon is awesome. If I use the Viewport#fitBounds JS method to move to a new rectangle, with default arguments, it 'animates' the transition between current view and the new requested bounds. Is there any way to control the speed of this…
jrochkind
  • 22,799
  • 12
  • 59
  • 74
1
vote
2 answers

OpenSeadragon change images in a collection on the fly

I have a serie of DZI images (a scanned book) that I want to display in OpenSeadragon. If I use the collectionMode, I can set up OpenSeadragon to display two images on one page. But can I dynamically changes those images into other images? My goal…
hasse
  • 883
  • 2
  • 10
  • 24
1
vote
1 answer

Get onclick of first child and pass to the function

I'm using a Seadragon Viewer for an image gallery. I want to get the first image opened when the page is ready. The code:
bigsky
  • 55
  • 7
1
vote
2 answers

show image tiles from database

I am trying to build an asp.net web application (not using Silverlight) which zooms and pans into large images like Seadragon. But I do not like to use the deepzoom composer tool to create this files and store the tiles in some folder structure in…
nilarya
  • 99
  • 1
  • 16
1
vote
2 answers

Openseadragon image cordinates

iam doing a project using openseadragon check out the below example. a samle openseadragon image In the Onclick method want to find the cordinates(px,py) of the image.Is there any method?? please help this is ma first openseadragon project. thanks
Manu
  • 219
  • 1
  • 5
  • 14
1
vote
1 answer

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 easy way using Seadragon Ajax 0.8.9 to zoom into…
bcm
  • 5,470
  • 10
  • 59
  • 92
1
vote
1 answer

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 want them to be generic. However, it seems that…
Alexandre
  • 507
  • 1
  • 5
  • 16
1
vote
1 answer

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 hover them in different places on the image. Then they…
User101
  • 748
  • 2
  • 10
  • 29
0
votes
1 answer

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 in together but be separately tiled. I've had a…
Jasard
  • 415
  • 1
  • 7
  • 17