Python interface to OpenSlide
Project description
!!!THIS IS A TEMPORARY WORKAROUND TO HAVE openslide-python INSTALLABLE VIA PIP WITHOUT SETUPTOOLS ISSUE!!!
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:
Aperio (.svs, .tif)
Hamamatsu (.ndpi, .vms, .vmu)
Leica (.scn)
MIRAX (.mrxs)
Philips (.tiff)
Sakura (.svslide)
Trestle (.tif)
Ventana (.bif, .tif)
Generic tiled TIFF (.tif)
Requirements
Python 2 >= 2.6 or Python 3 >= 3.3
OpenSlide >= 3.4.0
Python Imaging Library or Pillow
Installation
pip install openslide-python
Using PIL
setup.py assumes that you want to use the Pillow fork of PIL. If you already have classic PIL installed, you can use it instead. Install OpenSlide Python with:
pip install --no-deps openslide-python
or, if you are installing by hand:
python setup.py install --single-version-externally-managed --record /dev/null
More Information
License
OpenSlide Python is released under the terms of the GNU Lesser General Public License, version 2.1.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for openslide_wrapper-1.1.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae4e472123532a1e1b82ff1b466815da556f80eaa9be2796f420c2f5a013423b |
|
MD5 | 7a2eafa64e8b7b7152564e4f6737e15e |
|
BLAKE2b-256 | e00a8b2d6b8689b2abd2cdf4071a91b1d59621ca8584884f9e4ec88b4a94fef5 |