| Interface | Description |
|---|---|
| Image |
Represents an image listed in a ".images.list" file.
|
| ImageConverter |
An implementation of this interface is required to convert a file in a format
not managed by MicroUI (custom ouput format different than MicroUI RAW
formats).
|
| ImageConverter.OutputFile |
Specifies the generated file: its relative path from the output folder and
its type.
|
| 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. |
| Enum | Description |
|---|---|
| ImageConverter.OutputFileType |
Specifies the generated file's output type.
|