MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / lodepng_decode24

Function lodepng_decode24

dependency/densecrf/examples/lodepng.cpp:4780–4783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4778}
4779
4780unsigned lodepng_decode24(unsigned char** out, unsigned* w, unsigned* h, const unsigned char* in, size_t insize)
4781{
4782 return lodepng_decode_memory(out, w, h, in, insize, LCT_RGB, 8);
4783}
4784
4785#ifdef LODEPNG_COMPILE_DISK
4786unsigned 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