Skip to content

GeertLitjens/openslide

This branch is 31 commits behind openslide/openslide:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 30, 2024
Sep 20, 2024
Oct 30, 2024
May 28, 2024
Jan 12, 2024
Oct 26, 2024
Mar 28, 2024
Oct 30, 2024
Sep 20, 2024
Nov 20, 2023
Oct 30, 2024
Oct 11, 2023
Jun 20, 2022
May 21, 2024
Sep 20, 2024
Sep 20, 2024
Sep 20, 2024
Oct 30, 2024

Repository files navigation

OpenSlide

OpenSlide is a C library for reading whole slide image files (also known as virtual slides). It provides a consistent and simple API for reading files from multiple vendors.

Features

OpenSlide can read brightfield whole slide images in several formats:

OpenSlide can also provide access to ICC profiles, textual metadata, and associated images such as a slide label and thumbnail.

Documentation

The API reference is available on the web, and is also included as doc/html/openslide_8h.html in the source tarball. Additional documentation is available on the OpenSlide website.

License

OpenSlide is released under the terms of the GNU Lesser General Public License, version 2.1.

OpenSlide is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

Compiling

To build OpenSlide, you will need:

  • Meson
  • cairo ≥ 1.2
  • GDK-PixBuf
  • glib ≥ 2.56
  • libdicom ≥ 1.0 (automatically built if missing)
  • libjpeg
  • libpng
  • libtiff ≥ 4.0
  • libxml2
  • OpenJPEG ≥ 2.1
  • SQLite ≥ 3.14
  • zlib
  • Zstandard

Then:

meson setup builddir
meson compile -C builddir
meson install -C builddir

Acknowledgements

OpenSlide has been developed by Carnegie Mellon University and other contributors.

OpenSlide has been supported by the National Institutes of Health and the Clinical and Translational Science Institute at the University of Pittsburgh.

Development of DICOM and ICC functionality was supported by NCI Imaging Data Commons and has been funded in whole or in part with Federal funds from the National Cancer Institute, National Institutes of Health, under Task Order No. HHSN26110071 under Contract No. HHSN261201500003l.

About

C library for reading virtual slide images

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 86.8%
  • Python 9.9%
  • Meson 1.4%
  • Roff 1.3%
  • Other 0.6%