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.

Лицензия

Лицензия

JDL (Java Distribution License)
Группа

Группа

javax.media
Идентификатор

Идентификатор

jai_core
Последняя версия

Последняя версия

1.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать jai_core

Имя Файла Размер
jai_core-1.1.3.pom -1 bytes
jai_core-1.1.3-javadoc.jar 1 MB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.1.3
1.1.2_01