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