Skip to content

Low-level bindings to the openslide library

Notifications You must be signed in to change notification settings

AzHicham/openslide-sys

Folders and files

NameName
Last commit message
Last commit date
Oct 14, 2024
Apr 29, 2023
Nov 7, 2022
Jan 8, 2025
Dec 10, 2023
Aug 28, 2024
Sep 30, 2024
Aug 28, 2024
Aug 12, 2024
Apr 29, 2023
Dec 9, 2023
Nov 7, 2024

Repository files navigation

OpenSlide-sys

Low-level bindings to the openslide library

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