PNGImage

Undocumented in source.

Members

Functions

free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
initDecoder
void initDecoder()
Undocumented in source. Be warned that the author may not have intended to support it.
initFrameBuffer
void initFrameBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bitDepth
uint bitDepth;
Undocumented in source.
bytesPerChannel
uint bytesPerChannel;
Undocumented in source.
decoder
ZlibDecoder decoder;
Undocumented in source.
decodingFirstFrame
bool decodingFirstFrame;
Undocumented in source.
filteredBuffer
ubyte[] filteredBuffer;
Undocumented in source.
filteredBufferSize
uint filteredBufferSize;
Undocumented in source.
frame
FrameControlChunk frame;
Undocumented in source.
frameBuffer
ubyte[] frameBuffer;
Undocumented in source.
frameSize
uint frameSize;
Undocumented in source.
hdr
PNGHeader hdr;
Undocumented in source.
isAnimated
bool isAnimated;
Undocumented in source.
numChannels
uint numChannels;
Undocumented in source.
numFrames
uint numFrames;
Undocumented in source.
numLoops
uint numLoops;
Undocumented in source.
offset
OffsetChunk offset;
Undocumented in source.
palette
ubyte[] palette;
Undocumented in source.
paletteSize
uint paletteSize;
Undocumented in source.
transparency
ubyte[] transparency;
Undocumented in source.

Meta