| Class | Description |
|---|---|
| EncodedImageFormat |
Represents a compressed image format such as
EncodedImageFormat.JPEG. |
| ImageColor |
Representation of an RGB color information.
|
| ImageFormat |
Represents an image format.
|
| ImageMetadata |
Metadata represents information that is stored in images beside their pixel values.
|
| ImageSize |
Represents a rectangular area defined by its width and height.
|
| ImageSpecification |
An image's specification contains all derived and extracted information besides the pixel
content.
|
| Enum | Description |
|---|---|
| ImageChromaSamplingMode |
Chroma sampling describe the number of luma information per chroma information.
|
| ImageOrientation |
The orientation describes the transformation that needs to be applied to the underlying image in
order to reach its intended representation.
|
| ImagePixelSpecification |
The specification explains how pixels and the color information is stored as a continuous stream
of bytes.
|