Java Advanced Imaging Codecs.
Java Advanced Imaging Codecs supporting support BMP, GIF (read only), FlashPix (read only), JPEG, PNG, PNM, TIFF, and WBMP..
Here is the list of declaration for jai-codec. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.sun.media</groupId> <artifactId>jai-codec</artifactId> <version>1.1.3</version> </dependency>
If you think this Maven repository POM file listing for jai-codec is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Sun Microsystems, Inc. Binary Code License Agreement
URL: http://java.sun.com/products/java-media/jai/downloads/download-1_1_2_01.html.
The jai-codec-1.1.3 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Swing JavaFX | jai-core 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, th... | 7 |
The following table lists the most popular artifacts which are depending on jai-codec-1.1.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Development | core-image 1.3 Core definitions of images, pixels and connected components. Also contains interfaces for processors for these basic types. Includes loading, saving and displaying images. | 9 |
Development | core-image 1.3.1 Core definitions of images, pixels and connected components. Also contains interfaces for processors for these basic types. Includes loading, saving and displaying images. | 8 |
Here is the content of the POM file.
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.sun.media</groupId> <artifactId>jai-codec</artifactId> <version>1.1.3</version> <packaging>jar</packaging> <name>Java Advanced Imaging Codecs</name> <url>http://java.sun.com/products/java-media/jai</url> <description> Java Advanced Imaging Codecs supporting support BMP, GIF (read only), FlashPix (read only), JPEG, PNG, PNM, TIFF, and WBMP. </description> <licenses> <license> <name> Sun Microsystems, Inc. Binary Code License Agreement </name> <url> http://java.sun.com/products/java-media/jai/downloads/download-1_1_2_01.html </url> <distribution>manual</distribution> </license> </licenses> <dependencies> <dependency> <groupId>javax.media</groupId> <artifactId>jai-core</artifactId> <version>1.1.3</version> </dependency> </dependencies> </project>