WSI Reader

napari-wsi

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")

Version:

  • 0.1.4

Last updated:

  • 11 October 2023

First released:

  • 01 February 2023

License:

Supported data:

  • Information not submitted

Plugin type:

GitHub activity:

  • Stars: 15
  • Forks: 1
  • Issues + PRs: 0

Python versions supported:

Operating system:

Requirements:

  • dask[array] (>=2023)
  • imagecodecs (>=2023.9.18)
  • magicgui (>=0.7.3)
  • matplotlib (>=3.8)
  • napari (>=0.4.18)
  • numpy (>=1.26)
  • rasterio (>=1.3)
  • tifffile (>=2023)
  • zarr (>=2.16)

Sign up to receive updates