| Interface | Description |
|---|---|
| Image |
Represents an image listed in a ".images.list" file.
|
| ImageConverter |
An implementation of this interface is required to convert an image is a
format not managed by MicroUI (custom ouput format different than MicroUI
Image RAW formats).
|
| MicroUIRawImageGeneratorExtension |
An implementation of this interface is required to convert an image in a
binary format compatible with MicroUI Image API.
|
| Class | Description |
|---|---|
| BufferedImageLoader |
Default
MicroUIRawImageGeneratorExtension which uses the J2SE API
ImageIO.read(javax.imageio.stream.ImageInputStream) to read data from
the input image. |