dplug v6.0.22
Dub
Repo
stbi_load_png_from_memory
dplug
graphics
pngload
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
,
int
requestedComponents
)
Meta
Source
See Implementation
dplug
graphics
pngload
functions
stbi_load_png_from_memory
Loads an image from memory. Throws: STBImageException on error.