A DICOM tilesource plugin for large_image, enabling tile-based access to DICOM WSI (Whole Slide Imaging) and other DICOM images. Version 1.34.1 supports Python >=3.10. Part of the girder/large_image ecosystem, releases follow the main large-image package cadence.
pip install large-image-source-dicomNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates opening a DICOM file as a large_image tile source, retrieving metadata, and fetching a tile.
Install gdcm: pip install gdcm or conda install -c conda-forge gdcm
For multi-file series, consider using large-image-source-tiff or convert series to a pyramidal TIFF.
Upgrade Python to 3.10 or later.