Jump to content

Java Advanced Imaging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 69.140.46.36 (talk) at 02:14, 19 September 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Java Advanced Imaging (JAI) is a Java extension API which provides a set of object-oriented interfaces that support a simple, high-level programming model which lets you manipulate images easily.

JAI is provided as a free download directly from Sun Microsystems for the Windows, Solaris, and Linux platforms. Apple Computer also provideds an OS X version of the API from their website.

While the API is provided in Java it takes advantage of JNI technology on some of platforms to provide native libraries which may provide better performance.