A Girder plugin for working with large, multiresolution images (e.g., whole-slide images, satellite imagery). Supports tile serving, annotation, warping, and multiple backends (OpenSlide, TIFF, DICOM). Current version 1.34.1, requires Python >=3.10, released under Apache 2.0. Package is actively maintained; releases occur approximately monthly.
pip install girder-large-imageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: open a large image, read metadata, get tiles and regions.
Update calls to use new parameter structure: see PR #1972.
Replace `from girder_large_image import ...` with `from large_image import ...` or `from large_image.tilesource.openslide import ...`.
Install via `pip install girder-large-image[girder]`, then enable the plugin in Girder configuration.
Run `pip install pillow-jpls` explicitly.