Download jai_imageio-1.1.jar file - Jar j

Jar examples for j:jai-imageio

Description

JAI Image I/O Tools provides reader, writer, and stream plug-ins for the Java Image I/O Framework and Image I/O-based read and write operations for Java Advanced Imaging. Reader-writer plug-ins are supplied for the BMP, JPEG, JPEG 2000, PNG, PNM, Raw, TIFF, and WBMP image formats. The supplied streams and associated service providers use the New I/O APIs.

You can download jar file jai_imageio 1.1 in this page.

License

Sun Microsystems, Inc. Binary Code License Agreement

Build File

You can use the following script to add jai_imageio-1.1.jar to your project.

<dependency>
   <groupId>com.sun.media</groupId>
   <artifactId>jai_imageio</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.sun.media', name: 'jai_imageio', version: '1.1'
libraryDependencies += "com.sun.media" % "jai_imageio" % "1.1"
<dependency org="com.sun.media" name="jai_imageio" rev="1.1"/>
@Grapes(@Grab(group='com.sun.media', module='jai_imageio', version='1.1'))
'com.sun.media:jai_imageio:jar:1.1'

Download

Click the following link to download the jar file.

jai_imageio-1.1-javadoc.jar
jai_imageio-1.1.pom
jai_imageio-1.1-sources.jar



Related Tutorials