jai_core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> <version>1.1.3</version> </dependency>
<?xml version="1.0" encoding="iso-8859-1"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> <version>1.1.3</version> <packaging>jar</packaging> <name>Java Advanced Imaging</name> <url>https://jai.dev.java.net/</url> <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.</description> <licenses> <license> <name>JDL (Java Distribution License)</name> <url>https://jai.dev.java.net/jdl-jai.pdf</url> <distribution>manual</distribution> </license> </licenses> <dependencies/> <distributionManagement> <downloadUrl>https://jai.dev.java.net/binary-builds.html</downloadUrl> </distributionManagement> </project>