Results 19 issues of Ian Gilman

The code expects window.document.body to already exist when it's loaded, which isn't true if the script tag is in . I realize putting the script tag at the bottom of...

Great plugin! One issue: In this example: ``` $.doTimeout("foo", 100, function() { log("in"); $.doTimeout("foo", 1000, function() { log("out"); }); }); ``` ... the inner doTimeout should clear away any others...

Here's my error: ``` Error: Command failed: identify: no decode delegate for this image format `node-deepzoomtools/originals/bees for seadragon.tiff' @ error/constitute.c/ReadImage/501. > at exports_convert__2 (node-deepzoomtools/lib/imagemagick.js:45:18) at DeepZoomImage_create__1 (node-deepzoomtools/lib/index.js:44:16) > at ChildProcess._spawn.proc.on.onExit...

(This is pretty much just a copy of https://github.com/altert/OpenseadragonFabricjsOverlay/issues/18) It appears that this plugin is using the image coordinate system for the first image in the collection. For multi-image, this...

Looks like we've had these errors for a while, but now that we have switched to QUnit 3 and Puppeteer (https://github.com/openseadragon/openseadragon/pull/1678) we're seeing them on the command line. They're aren't...

bug

Now that WebGL support has had a chance to bake, I think we may be ready to release it to the world! I'm not sure exactly when we'll do the...

enhancement

### Discussed in https://github.com/openseadragon/openseadragon/discussions/2656 Originally posted by **grahamfereday** January 8, 2025 Hi. I'm fairly new to using Openseadragon. I'm working on a project where we've produced a zoomable image with...

bug

Here's a list of tasks that came out of discussion in #2407 or afterwards regarding things to address after merging, but before the release: ## Must Do - [x] Somehow...

enhancement

When you create an OSD viewer, you give it an element, and OSD adds its elements inside of that. When you call `destroy` on the viewer, it removes every element...

bug