Questions tagged [openseadragon]

OpenSeadragon is an open-source, web-based viewer for zoomable images, implemented in pure JavaScript.

OpenSeadragon is an open-source, web-based viewer for zoomable images, implemented in pure JavaScript.

https://openseadragon.github.io/

174 questions
0
votes
2 answers

How to control the loading order of multiple images in openseadragon

In my situation, I have 10 images loaded in a viewer with the same bounds. each image is arranged one behind other. // source is an array of url images. for(i=0;i < source.length-1;i++){ this.viewer.addTiledImage({ …
osk386
  • 424
  • 3
  • 13
0
votes
1 answer

Deepzoom images: starting image quality

I am working on implementing a zoomable image viewer using OpenSeadragon and deep zoom images. I used the VIPS command line tool to create DZI files. My question is, does the original image used to create DZI files need to meet specific requirements…
0
votes
3 answers

Does "onload()" of HTML conflicts with the delay of loading javascript?

The thing is, i'm adding Annotorious to my openSeadragon project. http://annotorious.github.io/demos/openseadragon-preview.html to get this plugins start, Following are the options.