|
|
|
Foundation ::
Graphics Software ::
JadeDisplay
|
3- COTS Architectural Foundation
- Java Advanced Imaging (JAI) 1.1: An "optional package" for Java, written by Sun Microsystems.
JAI provides many fundamental image processing facilities, including an extensible framework, tiling of images, deferred execution, remote (network) execution, image I/O functions, support for byte/short/int/float/double images, and background processing of tiles. It comes "out of the box" with more than 80 common imaging operations and support for many popular image file formats.
- JavaBeans: A standardized architecture for creating reusable components.
- Image I/O: An API for loading and saving images in a variety of formats. Part of the JDK 1.4 core.
|
|
|
|