PNGHeader

PNG Header

Members

Variables

bitDepth
byte bitDepth;

Bit depth of image

compressionMethod
CompressionMethod compressionMethod;

Compression method of image

filterMethod
FilterMethod filterMethod;

Filtering method of image

height
int height;

Height of image

interlaceMethod
Interlace interlaceMethod;

Interlacing method of image

type
ColorType type;

Color type of image

width
int width;

Width of image

Meta