Download imageio-turbojpeg-0.2.6.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.6 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials