Library for reading and writing DICOM Whole Slide Images (WSI). Current version 0.30.0, released irregularly. Supports Python >=3.10.
pip install wsidicomNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a DICOM WSI file and read the highest resolution level.
Use Python 3.10+ or pin to wsidicom <0.30.0.
Validate output with a DICOM validator before clinical use.
Always use 'with WsiDicom.open(...)'.
Run 'pip install wsidicom' in the same Python environment.
Ensure the input file is a valid DICOM WSI. Some vendors may not adhere to the standard.
Verify the file is a DICOM WSI. Use 'dcmdump' or similar tool to inspect.
No dependency data recorded yet.