Download imageio-turbojpeg-0.2.3.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.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials