MCPcopy Create free account
hub / github.com/creatale/node-dv / lodepng_decode24

Function lodepng_decode24

deps/lodepng/lodepng.cpp:4853–4856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4851}
4852
4853unsigned lodepng_decode24(unsigned char** out, unsigned* w, unsigned* h, const unsigned char* in, size_t insize)
4854{
4855 return lodepng_decode_memory(out, w, h, in, insize, LCT_RGB, 8);
4856}
4857
4858#ifdef LODEPNG_COMPILE_DISK
4859unsigned lodepng_decode_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename,

Callers

nothing calls this directly

Calls 1

lodepng_decode_memoryFunction · 0.85

Tested by

no test coverage detected