Results 666 comments of Ian Gilman

I'm not aware of anyone using OpenSeadragon for SVG or other vector graphics. We do have an SVG overlay plug-in which works nicely, but it doesn't have any mechanism for...

Wonderful! Thank you for offering to share your findings with the community :)

@Aiosa awesome! @thejohnhoffer any interest in incorporating those changes into this plugin?

FYI, here's a mirror with the profanity removed (I'm not responsible for it; just ran across it): http://git.huit.harvard.edu/guide/

@cuixiping I'm not a maintainer on this project, so this is just my opinion, and I don't know if @jnordberg is still active here, so it might not make any...

It looks like this has been implemented by https://github.com/jnordberg/gif.js/pull/27, though not yet documented (as noted in https://github.com/jnordberg/gif.js/issues/109).

Sure! The scenario is we have a magazine webapp, and as we're flipping through the pages, we want a little box to appear (after a small delay) and then disappear...

Thanks for the suggestion. Here's what I ended up going with: ``` clearTimeout(this.pageNumberTimeout); this.pageNumberTimeout = setTimeout(function() { $pn.stop(true).fadeIn(); self.pageNumberTimeout = setTimeout(function() { self.pageNumberTimeout = null; $pn.stop(true).fadeOut("slow"); }, 3000); }, 300);...

@jcupitt Awesome, good to know!

`identify -list format` Does show I don't have TIFF. Sounds like it's not a default option. I suppose we could have a little documentation for people who need it? Anyway,...