C library for reading virtual slide images
C Python M4 Other
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
doc
libopenjpeg
src
.gitignore
LICENSE.txt
Makefile.am
README.txt
TODO.txt
configure.ac
gpl-2.0.txt
wholeslide.pc.in

README.txt

Wholeslide

Carnegie Mellon University

http://wholeslide.cs.cmu.edu/


2008-10-21

==========================


What is this?
=============

This library reads whole slide image files (also known as virtual slides).

This code is a preview release: while it works, some functionality
is limited or missing.

The API is subject to change.


What is the license?
====================

This code is licensed under the GNU GPL version 2, not any later version.
See the file gpl-2.0.txt for the text of the license.


Requirements
============

This library requires libjpeg, libtiff, and glib >= 2.10.


Features
========

The library can read Trestle and Aperio formats. Some Hamamatsu files
can also be read.


How to build?
=============

./configure
make
make install


Good luck!