dimage.png

Undocumented in source.

Members

Classes

PNGLoadException
class PNGLoadException
Undocumented in source.

Enums

ColorType
enum ColorType
Undocumented in source.
FilterMethod
enum FilterMethod
Undocumented in source.

Functions

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.

Static variables

IDAT
ubyte[4] IDAT;
Undocumented in source.
IEND
ubyte[4] IEND;
Undocumented in source.
IHDR
ubyte[4] IHDR;
Undocumented in source.
PLTE
ubyte[4] PLTE;
Undocumented in source.
PNGSignature
ubyte[8] PNGSignature;
Undocumented in source.
bKGD
ubyte[4] bKGD;
Undocumented in source.
iTXt
ubyte[4] iTXt;
Undocumented in source.
tEXt
ubyte[4] tEXt;
Undocumented in source.
tRNS
ubyte[4] tRNS;
Undocumented in source.
zTXt
ubyte[4] zTXt;
Undocumented in source.

Structs

PNGChunk
struct PNGChunk
Undocumented in source.
PNGHeader
struct PNGHeader
Undocumented in source.

Meta