PNGHeader
package @nogc nothrow
struct PNGHeader {
}
- bpc
ubyte bpc;
Undocumented in source.
- colortype
ubyte colortype;
Undocumented in source.
- compression
ubyte compression;
Undocumented in source.
- filter
ubyte filter;
Undocumented in source.
- h
int h;
Undocumented in source.
- interlace
ubyte interlace;
Undocumented in source.
- w
int w;
Undocumented in source.
imagefmt png
aliasesenumsfunctionsmanifest constantsstructsvariables