openslide / openslide-python

Python bindings to OpenSlide

Home Page:https://openslide.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSlide Python

OpenSlide Python is a Python interface to the OpenSlide library.

OpenSlide is a C library that provides a simple interface for reading whole-slide images, also known as virtual slides, which are high-resolution images used in digital pathology. These images can occupy tens of gigabytes when uncompressed, and so cannot be easily read using standard tools or libraries, which are designed for images that can be comfortably uncompressed into RAM. Whole-slide images are typically multi-resolution; OpenSlide allows reading a small amount of image data at the resolution closest to a desired zoom level.

OpenSlide can read virtual slides in several formats:

Requirements

  • Python ≥ 3.8
  • OpenSlide ≥ 3.4.0
  • Pillow

Installation

OpenSlide Python requires OpenSlide. For instructions on installing both components so OpenSlide Python can find OpenSlide, see the package documentation.

More Information

License

OpenSlide Python is released under the terms of the GNU Lesser General Public License, version 2.1.

OpenSlide Python is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

About

Python bindings to OpenSlide

https://openslide.org/

License:GNU Lesser General Public License v2.1


Languages

Language:Python 95.0%Language:C 5.0%