Skip to content

JAI Image-IO JPEG2000 1.4.0

Latest
Compare
Choose a tag to compare
@stain stain released this 09 Dec 14:51
· 2 commits to master since this release
jai-imageio-jpeg2000-1.4.0
179022d

Changes

Usage

This library is intended to be used with jai-imageio-core 1.4.0

To use jai-imageio-core-jpeg2000 from a Maven project, add:

    <dependency>
        <groupId>com.github.jai-imageio</groupId>
        <artifactId>jai-imageio-jpeg2000</artifactId>
        <version>1.4.0</version>
    </dependency>

To find the latest <version> above, see jai-imageio-jpeg2000 at BinTray

jai-imageio-jpeg2000 is mirrored to Maven Central. Alternatively you can use this explicit repository at bintray:

    <repositories>
      <repository>
        <id>bintray-jai-imageio</id>
        <name>jai-imageio at bintray</name>
        <url>https://dl.bintray.com/jai-imageio/maven/</url>
        <snapshots>
          <enabled>false</enabled>
        </snapshots>
      </repository>
    </repositories>

The Maven repository include additional artifact types such as javadoc and sources which should be picked up by your IDE's Maven integration.