Skip to content

Latest commit

 

History

History
93 lines (67 loc) · 2.52 KB

README.md

File metadata and controls

93 lines (67 loc) · 2.52 KB

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 textual metadata, as well as 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:

  • zlib
  • libpng
  • libjpeg
  • libtiff ≥ 4.0
  • OpenJPEG ≥ 2.1
  • GDK-PixBuf
  • libxml2
  • SQLite ≥ 3.6.20
  • cairo ≥ 1.2
  • glib ≥ 2.56

Then follow the usual build instructions:

./configure
make
make install

If building from the Git repository, you will first need to install Autoconf, Automake, libtool, and pkg-config, and run autoreconf -i.

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.