Image Resource Model
The Image resource model supports the information type Image.
The Image information type is a logical two-dimensional bitmap
image useful for applications that require
simple image displays such as web applications.
A tutorial describes how to program
an image processing pipeline in DPML.
Services and Functions
The primary services include:
Ancillary functions include:
Physical Representations
The physical representation used for images is
org.ten60.util.image.ImageAspect
which is a simple wrapper for the Java 2D image class
java.awt.Image
.
Transrepresentations
Images may be serialized and parsed from external standard formats
supplied as a binary stream.
Java Image |
--> |
PNG |
Java Image |
--> |
JPEG |
Java Image |
--> |
GIF |
PNG |
--> |
Java Image |
GIF |
--> |
Java Image |
JPEG |
--> |
Java Image |