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

Function lodepng_decode32_file

deps/lodepng/lodepng.cpp:4871–4874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4869}
4870
4871unsigned lodepng_decode32_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename)
4872{
4873 return lodepng_decode_file(out, w, h, filename, LCT_RGBA, 8);
4874}
4875
4876unsigned lodepng_decode24_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename)
4877{

Callers

nothing calls this directly

Calls 1

lodepng_decode_fileFunction · 0.85

Tested by

no test coverage detected