PNGReader

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Enums

Alpha
enum Alpha
Undocumented in source.
AlphaLocation
enum AlphaLocation
Undocumented in source.
Channels
enum Channels
Undocumented in source.
Depth
enum Depth
Undocumented in source.

Functions

init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

alpha
Alpha alpha;
Undocumented in source.
alphaLocation
AlphaLocation alphaLocation;
Undocumented in source.
channels
Channels channels;
Undocumented in source.
defaultColor
ubyte[] defaultColor;
Undocumented in source.
depth
Depth depth;
Undocumented in source.
endHandler
void delegate() endHandler;
Undocumented in source.
infoHandler
void delegate(int width, int height) infoHandler;
Undocumented in source.
passes
uint passes;
Undocumented in source.
rowGetter
ubyte[] delegate(uint rowNum) rowGetter;
Undocumented in source.
rowHandler
void delegate(uint rowNum, int pass) rowHandler;
Undocumented in source.
rowbytes
size_t rowbytes;
Undocumented in source.
strict
bool strict;
Undocumented in source.

Meta