- crc32
uint crc32(R range, uint inCrc)
Undocumented in source. Be warned that the author may not have intended to support it.
- filter
bool filter(PNGHeader* hdr, uint channels, bool indexed, ubyte[] ibuffer, ubyte[] obuffer, string errorMsg)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadPNG
SuperImage loadPNG(InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadPNG
Compound!(SuperImage, string) loadPNG(InputStream istrm, SuperImageFactory imgFac)
Undocumented in source. Be warned that the author may not have intended to support it.
- paeth
ubyte paeth(ubyte a, ubyte b, ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
- savePNG
Compound!(bool, string) savePNG(SuperImage img, OutputStream output)
Undocumented in source.