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

Jar examples for i:imageio-turbojpeg

Description

ImageIO plugin for reading and writing JPEG images via libjpeg-turbo/turbojpeg. Requires the libjpeg-turbo and turbojpeg shared native libraries to be installed on the system.

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

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials