iPXE
png_image_header Struct Reference

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.

Detailed Description

A PNG image header.

Definition at line 80 of file png.h.

Field Documentation

◆ width

uint32_t png_image_header::width

Width.

Definition at line 82 of file png.h.

Referenced by png_image_header().

◆ height

uint32_t png_image_header::height

Height.

Definition at line 84 of file png.h.

Referenced by png_image_header().

◆ depth

uint8_t png_image_header::depth

Bit depth.

Definition at line 86 of file png.h.

Referenced by png_image_header().

◆ colour_type

uint8_t png_image_header::colour_type

Colour type.

Definition at line 88 of file png.h.

Referenced by png_image_header().

◆ compression

uint8_t png_image_header::compression

Compression method.

Definition at line 90 of file png.h.

Referenced by png_image_header().

◆ filter

uint8_t png_image_header::filter

Filter method.

Definition at line 92 of file png.h.

Referenced by png_image_header().

◆ interlace

uint8_t png_image_header::interlace

Interlace method.

Definition at line 94 of file png.h.

Referenced by png_image_header().


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