openslide / openslide-java

Java bindings to OpenSlide
https://openslide.org/
GNU Lesser General Public License v2.1
41 stars 24 forks source link

OpenSlide Java

This is a Java binding to OpenSlide.

Build requirements

Runtime requirements

Building

mvn

The JAR will be in target/openslide-java-*.jar.

If you have multiple JVMs on your system, and Maven defaults to a version older than 22, you might need to set JAVA_HOME. For exmaple, on Fedora:

JAVA_HOME=/usr/lib/jvm/java-22 mvn

License

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

OpenSlide Java 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.