pearcetm

Results 9 issues of pearcetm

I am working on a project using the Digital Slide Archive (https://github.com/DigitalSlideArchive/digital_slide_archive) which uses Girder as a backend. I am trying to track down the root of a problem I...

Hi, I recently updated my DSA installation to the current version and am trying to use docker-compose to start an instance. I keep getting the following error: ``` ... Loaded...

I've been trying to track down some decoder performance bottlenecks related to an [OpenSeadragon tilesource plugin](https://github.com/pearcetm/GeoTIFFTileSource) I've created that uses `geotiff.js` to extract zoomable TIFF data. Specifically, files with `YCbCr`...

Per https://caniuse.com/canvas we really don't support any browsers that don't support `canvas` - what's the point of keeping the HTML drawer at this point? Can we just ditch it, or...

question

I've created a new TileSource implementation that uses (and depends on) the [GeoTIFF.js library](https://github.com/geotiffjs/geotiff.js/) to enable OpenSeadragon to show certain tiff files (and files with other extensions that are actually...

question
possible plugin

The logic in `TiledImage._sortTiles` incorrectly sorts by level visibility, which prioritizes high-resolution tiles over lower ones, leading to the issue described in https://github.com/openseadragon/openseadragon/issues/2533. Fixes https://github.com/openseadragon/openseadragon/issues/2533 by changing the sort order...

My team and I are struggling to find clear documentation of how to use slicer_cli_web to build image analysis tasks. Specifically, we discovered by trial and error and looking at...

This relates to discussion in https://github.com/openseadragon/openseadragon/pull/2614. I don't have a device that shows the problem this is intended to solve, so it will need others to test. @BartChris has offered...

This PR is intended to address problems where the `WebGLDrawer` unexpectedly fails to render, despite being ostensibly supported by the browser (issues https://github.com/openseadragon/openseadragon/issues/2604 and https://github.com/openseadragon/openseadragon/issues/2587). Now, when a `WebGLDrawer` is...