PngDecoder

Png decoder.

Constructors

this
this(bool logging)
Undocumented in source.
this
this(string filename, bool logging)
Undocumented in source.

Members

Enums

Chunk
enum Chunk
Undocumented in source.

Functions

parseByte
void parseByte(ubyte bite)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Decoder

parseByte
void parseByte(ubyte bite)
Undocumented in source.
parseFile
void parseFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
parseStream
size_t parseStream(Stream stream, size_t chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.
image
Image image [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
errorState
IMGError errorState [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
m_logging
bool m_logging;
Undocumented in source.
m_errorState
IMGError m_errorState;
Undocumented in source.
m_image
Image m_image;
Undocumented in source.

Meta