Java Advanced Imaging: Difference between revisions

Content deleted Content added
m top: Typo fixing, replaced: a OS X → an OS X
Note that the API has been superseded by javax.imageio in Java itself
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.
 
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==
*[[ImageApp]]
Line 26 ⟶ 27:
*{{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
 
==References==
 
{{Reflist}}
 
[[Category:Java platform]]