openslide: add project definition (#11147)

[OpenSlide](https://openslide.org/) is a C library that provides a
simple interface to read whole-slide images (also known as virtual
slides) used in digital pathology. It implements support for a [variety
of file formats](https://openslide.org/#about-openslide) and is
sometimes deployed in multi-user slide management systems where it is
exposed to untrusted data. OpenSlide is used by multiple
image-processing frameworks, including
[libvips](https://www.libvips.org/), [MONAI](https://monai.io/),
[QuPath](https://qupath.github.io/), and [VTK](https://vtk.org/), and
has language bindings to
[C](https://github.com/j-hudecek/OpenslideCs)[#](https://github.com/yigolden/OpenSlideNET),
[Java](https://github.com/openslide/openslide-java),
[MATLAB](https://github.com/fordanic/openslide-matlab), and
[Python](https://github.com/openslide/openslide-python/).

Integration work is in progress, and will be submitted later if the
project is accepted.
This commit is contained in:
Benjamin Gilbert 2023-11-13 11:20:04 -06:00 committed by GitHub
parent 696a4ec55c
commit 082c00a191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
homepage: https://openslide.org/
language: c
main_repo: https://github.com/openslide/openslide
primary_contact: bgilbert@andrew.cmu.edu