stbi_load_png_from_memory

Loads an image from memory. Throws: STBImageException on error.

nothrow @nogc
ubyte*
stbi_load_png_from_memory
(
const(void)[] buffer
,
out int width
,
out int height
,
out int components
,)

Meta