Last Version

Java Advanced Imaging 1.1.3

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.

License

License

JDL (Java Distribution License)
GroupId

GroupId

javax.media
ArtifactId

ArtifactId

jai_core
Version

Version

1.1.3
Type

Type

jar
Description

Description

Java Advanced Imaging
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.

Download jai_core 1.1.3


<!-- https://jarcasting.com/artifacts/javax.media/jai_core/ -->
<dependency>
    <groupId>javax.media</groupId>
    <artifactId>jai_core</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/javax.media/jai_core/
implementation 'javax.media:jai_core:1.1.3'
// https://jarcasting.com/artifacts/javax.media/jai_core/
implementation ("javax.media:jai_core:1.1.3")
'javax.media:jai_core:jar:1.1.3'
<dependency org="javax.media" name="jai_core" rev="1.1.3">
  <artifact name="jai_core" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.media', module='jai_core', version='1.1.3')
)
libraryDependencies += "javax.media" % "jai_core" % "1.1.3"
[javax.media/jai_core "1.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.