Skip to main content

Python interface to OpenSlide

Project description

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 2 >= 2.6 or Python 3 >= 3.3

  • OpenSlide >= 3.4.0

  • Python Imaging Library or Pillow

Installation

  1. Install OpenSlide.

  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openslide-python-1.1.1.tar.gz (312.2 kB view hashes)

Uploaded Source

Built Distributions

openslide_python-1.1.1-cp36-cp36m-win_amd64.whl (21.2 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

openslide_python-1.1.1-cp36-cp36m-win32.whl (20.6 kB view hashes)

Uploaded CPython 3.6m Windows x86

openslide_python-1.1.1-cp35-cp35m-win_amd64.whl (21.2 kB view hashes)

Uploaded CPython 3.5m Windows x86-64

openslide_python-1.1.1-cp35-cp35m-win32.whl (20.7 kB view hashes)

Uploaded CPython 3.5m Windows x86

openslide_python-1.1.1-cp34-cp34m-win_amd64.whl (19.0 kB view hashes)

Uploaded CPython 3.4m Windows x86-64

openslide_python-1.1.1-cp34-cp34m-win32.whl (19.3 kB view hashes)

Uploaded CPython 3.4m Windows x86

openslide_python-1.1.1-cp33-none-win_amd64.whl (19.0 kB view hashes)

Uploaded CPython 3.3 Windows x86-64

openslide_python-1.1.1-cp33-none-win32.whl (19.3 kB view hashes)

Uploaded CPython 3.3 Windows x86

openslide_python-1.1.1-cp27-cp27m-win_amd64.whl (19.1 kB view hashes)

Uploaded CPython 2.7m Windows x86-64

openslide_python-1.1.1-cp27-cp27m-win32.whl (19.4 kB view hashes)

Uploaded CPython 2.7m Windows x86

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page