Java Advanced Imaging: Difference between revisions
Appearance
Content deleted Content added
Gnu andrew (talk | contribs) Note that the API has been superseded by javax.imageio in Java itself |
|||
Line 20: | Line 20: | ||
While the API is provided in [[Java (programming language)|Java]], [[Platform-specific model|platform-specific]] implementations can either use the pure Java implementation or provide an implementation that takes advantage of [[native (computing)|native technology]] on the platform to provide better performance. |
While the API is provided in [[Java (programming language)|Java]], [[Platform-specific model|platform-specific]] implementations can either use the pure Java implementation or provide an implementation that takes advantage of [[native (computing)|native technology]] on the platform to provide better performance. |
||
The API was superseded by the Java Image I/O API<ref>{{cite web|url=https://jcp.org/aboutJava/communityprocess/review/jsr015/index.html|title=JSR-000015 Image I/O Framework Specification|date=July 6, 2000|access-date=April 1, 2021}}</ref>, starting with Java 1.4<ref>{{cite web|url=https://www.oracle.com/java/technologies/advanced-imaging-api.html|title=Java Advanced Imaging API Home Page|access-date=April 1, 2021}}</ref>. |
|||
==See also== |
==See also== |
||
*[[ImageApp]] |
*[[ImageApp]] |
||
Line 26: | Line 27: | ||
*{{Official website|http://www.oracle.com/technetwork/java/iio-141084.html}} |
*{{Official website|http://www.oracle.com/technetwork/java/iio-141084.html}} |
||
*[http://commons.apache.org/imaging/ Apache Commons Imaging] - a pure-java image library for reading and writing a variety of image formats |
*[http://commons.apache.org/imaging/ Apache Commons Imaging] - a pure-java image library for reading and writing a variety of image formats |
||
==References== |
|||
{{Reflist}} |
|||
[[Category:Java platform]] |
[[Category:Java platform]] |
Revision as of 00:00, 2 April 2021
Developer(s) | Oracle Corporation |
---|---|
Stable release | 1.1.3
/ October 2006 |
Written in | Java |
License | Java Research License |
Website | oracle |
Java Advanced Imaging (JAI) is a Java platform extension API which allows developers to create their own image manipulation routines.
JAI is provided as a free download directly from Oracle Corporation for the Windows, Solaris, and Linux platforms. Apple Inc. provides an OS X version of the API from their website for Mac OS X v10.3. JAI ships with Mac OS X v10.4 and later.
While the API is provided in Java, platform-specific implementations can either use the pure Java implementation or provide an implementation that takes advantage of native technology on the platform to provide better performance.
The API was superseded by the Java Image I/O API[1], starting with Java 1.4[2].
See also
External links
- Official website
- Apache Commons Imaging - a pure-java image library for reading and writing a variety of image formats
References
- ^ "JSR-000015 Image I/O Framework Specification". July 6, 2000. Retrieved April 1, 2021.
- ^ "Java Advanced Imaging API Home Page". Retrieved April 1, 2021.