PngImage.this

this(string filename)

Loads a PNG image from a file.

Parameters

filenamePath to the PNG file
this(const(ubyte)[] data)

Loads a PNG image from memory data.

Parameters

dataPNG file data