iPXE
png_chunk_header Struct Reference

A PNG chunk header. More...

#include <png.h>

Data Fields

uint32_t len
 Length of the chunk (excluding header and footer)
uint32_t type
 Chunk type.

Detailed Description

A PNG chunk header.

Definition at line 27 of file png.h.

Field Documentation

◆ len

uint32_t png_chunk_header::len

Length of the chunk (excluding header and footer)

Definition at line 29 of file png.h.

◆ type

uint32_t png_chunk_header::type

Chunk type.

Definition at line 31 of file png.h.


The documentation for this struct was generated from the following file: