Library for importing and exporting TIFF Files.
Check conformance with:
- Baseline 6.0
- Tiff/EP
- Tiff/IT
The library is licensed under:
####Download release version You can download the latest release version from the maven repository.
###Pre-requisites If you want to build the code from source you'll require:
- Java 8, which can be downloaded from Oracle.
- Maven v3+
####Downloading the latest release source You can use Git to download the source code.
git clone https://github.com/EasyinnovaSL/Tiff-Library-4J.git
or download the latest release from [GitHub] (https://github.com/EasyinnovaSL/Tiff-Library-4J/releases).
####Use Maven to compile the source Move to the downloaded project directory and call Maven install:
cd TiffLibrary4J
mvn clean install
The build JAR will be generated under the directory target.