ome / bio-formats-examples

Examples of usage of the Bio-Formats API

Home Page:https://www.openmicroscopy.org/bio-formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bio-Formats examples

Actions Status Actions Status

This repository contains minimal examples of usage of Bio-Formats as a Java library using either Maven or Gradle.

Prerequisites

The following are required:

JDK 8 or higher
Maven 3.x (for Maven build)
Gradle (for Gradle build)

Building with Maven

From the root directory, run:

mvn

Downloaded files will be stored in the local Maven repository (~/.m2/repository by default).

Building with Gradle

From the root directory, run:

gradle

Downloaded files (including the Gradle distribution itself) will be stored in the Gradle user home directory (~/.gradle by default).

Further Resources

About

Examples of usage of the Bio-Formats API

https://www.openmicroscopy.org/bio-formats

License:GNU General Public License v2.0


Languages

Language:Java 90.7%Language:MATLAB 6.8%Language:ImageJ Macro 2.5%