| Interface | Description |
|---|---|
| IImageHandler | |
| IImageInfo |
The IImageInfo is used to get metadatas from any provided image
|
| IImageProvider |
Image provider is used as "context" to manage dynamic images in the document source (odt, docx...).
|
| IImageRegistry |
Image registry used to store the
IImageProvider used in the "context", copy the binary data of the images in
the generated report, modify some entry of the generated report with image information. |
| Class | Description |
|---|---|
| AbstractImageProvider |
Base class for image provider.
|
| AbstractImageRegistry |
Abstract class for
IImageRegistry. |
| AbstractInputStreamImageProvider | |
| ByteArrayImageProvider |
Image provider implementation with byte array for image content.
|
| ClassPathImageProvider |
Image provider implementation with image input stream coming from ClassPath.
|
| DefaultImageHandler | |
| FileImageProvider |
Image provider implementation with image input stream coming from
File. |
| ImageProviderInfo |
Information about image provider.
|
| SimpleImageInfo |
Get file format, image resolution, number of bits per pixel and optionally
number of images, comments and physical resolution from
JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM and PSD files
(or input streams).
|
Copyright © 2024. All Rights Reserved.