Skip to content

EasyinnovaSL/Tiff-Library-4J

Repository files navigation

Tiff Library for Java

Library for importing and exporting TIFF Files.

Check conformance with:

  • Baseline 6.0
  • Tiff/EP
  • Tiff/IT

Licensing

The library is licensed under:

CI Status

  • Build Status Travis-CI: master

  • Build Status Travis-CI: develop

Getting the TiffLibrary

####Download release version You can download the latest release version from the maven repository.

Building the TiffLibrary from Source

###Pre-requisites If you want to build the code from source you'll require:

####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.