WSI Reader
A plugin to read whole slide images within napari.
This napari plugin provides a reader for various whole slide image formats.
By default, any of the following formats is read using the tifffile library.
If the image file contains a tag GDAL_METADATA
, the rasterio library is used
instead.
- .bif
- .ndpi
- .qptiff
- .scn
- .svs
- .tif
- .tiff
From the terminal:
napari CMU-1.svs
From python:
import napari
viewer = napari.Viewer()
viewer.open("CMU-1.svs")
Supported data:
- Information not submitted
Plugin type:
GitHub activity:
- Stars: 15
- Forks: 1
- Issues + PRs: 0