Download jai_core-1.1.2_01.jar file - Jar j

Jar examples for j:jai-core

Description

The Java Advanced Imaging API extends the Java 2 platform by allowing sophisticated, high-performance image processing to be incorporated into Java applets and applications. It is a set of classes providing imaging functionality beyond that of Java 2D and the Java Foundation classes, though it is designed for compatibility with those APIs. This API implements a set of core image processing capabilities including image tiling, regions of interest, deferred execution and a set of core image processing operators, including many common point, area, and frequency domain operators.

You can download jar file jai_core 1.1.2_01 in this page.

License

Sun Microsystems, Inc. Binary Code License Agreement

Build File

You can use the following script to add jai_core-1.1.2_01.jar to your project.

<dependency>
   <groupId>javax.media</groupId>
   <artifactId>jai_core</artifactId>
   <version>1.1.2_01</version>
</dependency>
compile group: 'javax.media', name: 'jai_core', version: '1.1.2_01'
libraryDependencies += "javax.media" % "jai_core" % "1.1.2_01"
<dependency org="javax.media" name="jai_core" rev="1.1.2_01"/>
@Grapes(@Grab(group='javax.media', module='jai_core', version='1.1.2_01'))
'javax.media:jai_core:jar:1.1.2_01'

Download

Click the following link to download the jar file.

jai_core-1.1.2_01.pom



Related Tutorials