![]() |
Imaging Control 4 C Library 1.2.0
|
Represents an image type, including pixel format and image dimensions. More...
Data Fields | |
enum IC4_PIXEL_FORMAT | pixel_format |
Specifies the pixel format of the image. | |
uint32_t | width |
Specifies the width of the image. | |
uint32_t | height |
Specifies the height of the image. | |
Represents an image type, including pixel format and image dimensions.
Using a partially-specified image type is allowed when defining the buffer format of a sink. The sink will fill the other fields with data from the device automatically.
uint32_t height |
Specifies the height of the image.
Setting height to 0
creates a partially-specified image type.
enum IC4_PIXEL_FORMAT pixel_format |
Specifies the pixel format of the image.
Setting pixel_format to IC4_PIXEL_FORMAT_Unspecified
creates a partially-specified image type.
uint32_t width |
Specifies the width of the image.
Setting width to 0
creates a partially-specified image type.