PNG_Header

Header of a PNG file.

Members

Variables

bit_depth
ubyte bit_depth;
Undocumented in source.
color_type
ubyte color_type;
Undocumented in source.
compression_method
ubyte compression_method;
Undocumented in source.
filter_method
ubyte filter_method;
Undocumented in source.
height
int height;
Undocumented in source.
interlace_method
ubyte interlace_method;
Undocumented in source.
width
int width;
Undocumented in source.

Meta