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
1 answer

Openseadragon - Custom Tiles, there is navigator do not showing the image

i am using OpenSeaDragon, there is Customtiles to showup the images, i can not see the the image exactly for the navigation... please check the issue for the screenshot : http://screencast.com/t/BeP6nyA6M The code is here :
dotnetexpert
  • 145
  • 2
  • 16
0
votes
1 answer

Custom TileSource is not working properly to load initial level image

I am trying to make custom tile source, I have simple copy paste the code from here : https://openseadragon.github.io/examples/tilesource-custom/ But i can see the Output as per here : http://screencast.com/t/j7Qvh4URsX and for the Images related…
dotnetexpert
  • 145
  • 2
  • 16
0
votes
1 answer

OpenSeadragon Dynamic Image

I would like to create a tilesource for OpenSeadragon, to render a player's view for a game. The world has coordinates (x,y), player is on a particular coord, with a view range. What I would like is to create a tilesource for OpenSeadragon, that can…
Dede
  • 1,640
  • 2
  • 14
  • 24
0
votes
1 answer

Openseadragon: Adding options to download and print images?

I'm using openseadragon to display deep zoom images, and my client wants there to be a button to download the image and a button to print the image, in addition to the regular nav items. There are no premade buttons for these functions in…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
0
votes
1 answer

OpenSeadragon: Using a proxy to get XML data is causing tiles not to load

I have a site that uses OpenSeadragon to display deep zoom images. I have it working with some test images, but the images I need are on a domain that I cannot access from my webpage due to a security issue (No "Access-Control-Allow-Origin" header).…
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
0
votes
2 answers

OpenSeadragon Cross Domain Ajax request

TL;DR: How can I make a Cross-Domain AJAX request with OpenSeadragon? I'm using OpenSeadragon to display images from a website. I have my Seadragon viewer working with a test URL as follows:
Erica Stockwell-Alpert
  • 4,624
  • 10
  • 63
  • 130
-1
votes
1 answer

Openseadragon error message not able to hide it

how to hide Openseadragon error message i tried jQuery(".openseadragon-message").attr("style", "opacity: 0 !important"); jQuery(".openseadragon-message").attr("style", "display: none !important"); its not working as error message is coming in…
adit P
  • 1
-1
votes
1 answer

How to get image corner position after rotate in OpenSeadragon

Hi I have a problem with getting the x and y coordinates for the corner after rotation. When I transfer the image, it always gets the correct coordinates, but as soon as the image is rotated, it receives the coordinates from the corner of the…
JanuszFrontEnd'u
  • 451
  • 6
  • 14
-1
votes
1 answer

OpenSeaDragon clear tiles cache

Please help me. How can I clear tiles cache. I'm using customTilesSource and changing paramenters of image "on fly" and need redraw viewer. By API in TileCache there isnnt direct method for clear all cache. For using clearTilesFor(tiledImage) I…
Htmllancer
  • 21
  • 5
1 2 3
11
12