Ian Gilman
Ian Gilman
Strange. Well, they aren't causing any harm, so I would consider it low priority.
I wonder if this has to do with our fullscreen polyfill: https://github.com/openseadragon/openseadragon/blob/master/src/fullscreen.js Could you try routing around that to see if it fixes this issue? Of course, there's also the...
Thank you for chasing down the fullscreen errors!
Interesting! I agree we shouldn't blanket suppress everything. I wonder if it's possible to suppress just specific errors. I tried doing `console.error = () => {}` in test.html, but that...
Sure, you can load two images on top of each other in the viewer, and you can control which one is on top of the other and which one is...
The x, y, and width are in viewport coordinates. You can learn more about them here: https://openseadragon.github.io/examples/viewport-coordinates/ They are arbitrary... You can pick whatever you want. One option is to...
If you make a transparent PNG and convert it to a DZI with PNG tiles, it should retain its transparency. BTW, how big is the ROI image? If it's less...
Do you have just one of these ROI images, or is this a problem you need to solve a lot of times in many images? If it's just one image,...
Good questions! The event is this guy: https://openseadragon.github.io/docs/OpenSeadragon.Viewer.html#.event:tile-loaded You can use `event.tiledImage` to determine which image it is. Presumably, your base image is the bottom image in your viewer, so...
There's nothing wrong with being new to coding! @Aiosa is just trying to help you help yourself. In this case, you put a reference to the data into a variable:...