PngImage.this
this
(string filename)Loads a PNG image from a file.
Parameters
filename | Path to the PNG file |
this
(const(ubyte)[] data)Loads a PNG image from memory data.
Parameters
data | PNG file data |
(string filename)Loads a PNG image from a file.
filename | Path to the PNG file |
(const(ubyte)[] data)Loads a PNG image from memory data.
data | PNG file data |