16 releases (9 stable)

2.0.1 Jan 24, 2024
2.0.0 Dec 9, 2023
1.2.1 Sep 21, 2023
1.2.0 May 2, 2023
0.3.3 Oct 25, 2022

#30 in Science

Download history 285/week @ 2023-12-04 21/week @ 2023-12-11 2/week @ 2024-01-08 324/week @ 2024-01-15 369/week @ 2024-01-22 446/week @ 2024-01-29 198/week @ 2024-02-05 94/week @ 2024-02-12 411/week @ 2024-02-19 292/week @ 2024-02-26 259/week @ 2024-03-04 293/week @ 2024-03-11 254/week @ 2024-03-18

1,118 downloads per month

MIT/Apache

2MB
1.5K SLoC

Acknowledgement

This work is based mainly on openslide-rust library and openslide-python library

openslide-rs

CI codecov

Rust bindings to OpenSlide (https://openslide.org/).

This work has no affiliations with the official OpenSlide project.

openslide-rs is a rust 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

  • Rust ≥ 1.56
  • OpenSlide build dependencies (required because of openslide-sys dependency)

Installation

OpenSlide-rs requires OpenSlide.

You will find a Makefile to help you install all required dependencies for Ubuntu and MacOs. Bellow you will find command to run to be able to build this crate

Dependencies

To be able to build this crate you need to install OpenSlide

You will also find a Makefile to help you install all required dependencies for Ubuntu and MacOs

MacOs

brew update
brew install openslide

Ubuntu

apt-get update
apt-get install -y --no-install-recommends libopenslide-dev

More Information

Dependencies

~2.5–8MB
~113K SLoC