- colourDepth
ubyte colourDepth;
 - colourType
PNGColourType colourType;
 - compressionMethod
PNGCompressionMethod compressionMethod;
 - filterMethod
PNGFilterMethod filterMethod;
 - height
ubyte[4] height;
 - interlaceMethod
PNGInterlaceMethod interlaceMethod;
 - width
ubyte[4] width;
 
PNG header (IHDR).