stbi_load_from_memory

Loads an image from memory.

ubyte*
stbi_load_from_memory
(
void[] buffer
,
out int width
,
out int height
,
out int components
,)

Throws

STBImageException on error.

Meta