PNGEncoder
package @nogc nothrow
struct PNGEncoder {
}
- buf
const(ubyte)[] buf;
Undocumented in source.
- crc
CRC32 crc;
Undocumented in source.
- h
size_t h;
Undocumented in source.
- idatbuf
ubyte[] idatbuf;
Undocumented in source.
- schans
uint schans;
Undocumented in source.
- tchans
uint tchans;
Undocumented in source.
- w
size_t w;
Undocumented in source.
- wc
Writer* wc;
Undocumented in source.
- z
z_stream* z;
Undocumented in source.
imagefmt png
aliasesenumsfunctionsmanifest constantsstructsvariables