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