loadImageFromMemory
fn
Image loadImageFromMemory(const(ubyte)[] data, ImageFormat format)Loads an image from memory data with explicit format.
Parameters
data | Image file data |
format | Image format |
Returns
Image object, or null if loading failed or format unsupported