Overview of OpenSlide Python
mainOpenSlide Python is a Python interface to the OpenSlide C library. It is designed for reading whole-slide images (virtual slides) used in digital pathology. Because these images can be tens of gigabytes in size, OpenSlide provides a way to read specific amounts of image data at desired zoom levels (resolutions) without needing to uncompress the entire file into RAM.
Supported formats include:
- Aperio (
.svs) - ARGOS (
.avs) - DICOM (
.dcm) - Hamamatsu (
.ndpi,.vms,.vmu) - Huron (
.tif) - Leica (
.scn) - MIRAX (
.mrxs) - Philips (
.tiff) - Sakura (
.svslide) - Trestle (
.tif) - Ventana (
.bif,.tif) - Zeiss (
.czi) - Generic tiled TIFF (
.tif)