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

Function lodepng_decode24_file

deps/lodepng/lodepng.cpp:4876–4879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4874}
4875
4876unsigned lodepng_decode24_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename)
4877{
4878 return lodepng_decode_file(out, w, h, filename, LCT_RGB, 8);
4879}
4880#endif /*LODEPNG_COMPILE_DISK*/
4881
4882void lodepng_decoder_settings_init(LodePNGDecoderSettings* settings)

Callers

nothing calls this directly

Calls 1

lodepng_decode_fileFunction · 0.85

Tested by

no test coverage detected