ImageFormat
Description
Stores information about dimensions and pixel format of an image.Structure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| Width | int | Image width in pixels | |
| Height | int | Image height in pixels | |
| Type | PlainType | UInt8 | Type of pixel components |
| Depth | int | 1 | Number of pixel components |
| PitchAlignment | int | 16 |
