openslide-python 1.3.1-2 source package in Ubuntu

Changelog

openslide-python (1.3.1-2) unstable; urgency=medium

  * d/rules: fix ftbfs with new dh-python.
    Save and restore of egg-info looks now correctly taken in account.

 -- Étienne Mollier <email address hidden>  Wed, 15 Nov 2023 15:23:34 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
openslide-python_1.3.1-2.dsc 2.3 KiB 835e69a2bdab93b5f9669c1dea6c55bfe23361604dfce56451340304e82fe35a
openslide-python_1.3.1.orig.tar.xz 285.2 KiB c59b4b03b0c5f8a37a7b92db1f6aa6109b3e733a00115e1857e1735f0ec1f061
openslide-python_1.3.1-2.debian.tar.xz 5.1 KiB ab334e7a895deb629cee41237f564b62983dc21f02a491961721806bc1fc92e0

Available diffs

No changes file available.

Binary packages built by this source

python-openslide-examples: Python examples for python-openslide and python3-openslide

 OpenSlide is a C library that provides a simple interface to read whole-slide
 images also known as virtual slides.
 .
 Whole-slide images, also known as virtual slides, are large, high resolution
 images used in digital pathology. Reading these images using standard image
 tools or libraries is a challenge because these tools are typically designed
 for images that can comfortably be uncompressed into RAM or a swap file.
 Whole-slide images routinely exceed RAM sizes, often occupying tens of
 gigabytes when uncompressed. Additionally, whole-slide images are typically
 multi-resolution, and only a small amount of image data might be needed at a
 particular resolution.
 .
 This library currently supports:
  - Aperio (.svs, .tif)
  - Hamamatsu (.vms, .vmu, .ndpi)
  - Leica (.scn)
  - MIRAX (.mrxs)
  - Sakura (.svslide)
  - Trestle (.tif)
  - Generic tiled TIFF (.tif)
 .
 This package contains the Python examples for OpenSlide Python bindings.

python3-openslide: Python 3 wrapper for reading whole slide image files

 OpenSlide is a C library that provides a simple interface to read whole-slide
 images also known as virtual slides.
 .
 Whole-slide images, also known as virtual slides, are large, high resolution
 images used in digital pathology. Reading these images using standard image
 tools or libraries is a challenge because these tools are typically designed
 for images that can comfortably be uncompressed into RAM or a swap file.
 Whole-slide images routinely exceed RAM sizes, often occupying tens of
 gigabytes when uncompressed. Additionally, whole-slide images are typically
 multi-resolution, and only a small amount of image data might be needed at a
 particular resolution.
 .
 This library currently supports:
  - Aperio (.svs, .tif)
  - Hamamatsu (.vms, .vmu, .ndpi)
  - Leica (.scn)
  - MIRAX (.mrxs)
  - Sakura (.svslide)
  - Trestle (.tif)
  - Generic tiled TIFF (.tif)
 .
 This package contains the Python 3 module needed to run OpenSlide applications.

python3-openslide-dbgsym: debug symbols for python3-openslide