Download imageio-openjpeg-0.2.5.jar file - Jar i

Jar examples for i:imageio-openjpeg

Description

ImageIO plugin for reading and writing JPEG2000 images via OpenJPEG. Requires the OpenJPEG shared native library to be installed on the system.

You can download jar file imageio-openjpeg 0.2.5 in this page.

Build File

You can use the following script to add imageio-openjpeg-0.2.5.jar to your project.

<dependency>
   <groupId>de.digitalcollections.imageio</groupId>
   <artifactId>imageio-openjpeg</artifactId>
   <version>0.2.5</version>
</dependency>
compile group: 'de.digitalcollections.imageio', name: 'imageio-openjpeg', version: '0.2.5'
libraryDependencies += "de.digitalcollections.imageio" % "imageio-openjpeg" % "0.2.5"
<dependency org="de.digitalcollections.imageio" name="imageio-openjpeg" rev="0.2.5"/>
@Grapes(@Grab(group='de.digitalcollections.imageio', module='imageio-openjpeg', version='0.2.5'))
'de.digitalcollections.imageio:imageio-openjpeg:jar:0.2.5'

Download

Click the following link to download the jar file.

imageio-openjpeg-0.2.5-javadoc.jar
imageio-openjpeg-0.2.5-sources.jar
imageio-openjpeg-0.2.5.jar
imageio-openjpeg-0.2.5.pom



Related Tutorials