|
iPXE
|
A PNG image header. More...
#include <png.h>
Data Fields | |
| uint32_t | width |
| Width. | |
| uint32_t | height |
| Height. | |
| uint8_t | depth |
| Bit depth. | |
| uint8_t | colour_type |
| Colour type. | |
| uint8_t | compression |
| Compression method. | |
| uint8_t | filter |
| Filter method. | |
| uint8_t | interlace |
| Interlace method. | |
| uint32_t png_image_header::width |
| uint32_t png_image_header::height |
| uint8_t png_image_header::depth |
| uint8_t png_image_header::colour_type |
| uint8_t png_image_header::compression |
| uint8_t png_image_header::filter |
| uint8_t png_image_header::interlace |