Java Advanced Imaging Image I/O Tools

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.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Advanced Imaging Image I/O Tools
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.

Скачать jai_imageio

Имя Файла Размер
jai_imageio-1.1.pom -1 bytes
jai_imageio-1.1-sources.jar 1 MB
jai_imageio-1.1-javadoc.jar 280 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
javax.media : jai_core jar 1.1.3

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

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

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

Версия
1.1
1.0_01