MCPcopy Create free account
hub / github.com/DFHack/dfhack / lodepng_decode32_file

Function lodepng_decode32_file

depends/lodepng/lodepng.cpp:5028–5030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5026}
5027
5028unsigned lodepng_decode32_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename) {
5029 return lodepng_decode_file(out, w, h, filename, LCT_RGBA, 8);
5030}
5031
5032unsigned lodepng_decode24_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename) {
5033 return lodepng_decode_file(out, w, h, filename, LCT_RGB, 8);

Callers

nothing calls this directly

Calls 1

lodepng_decode_fileFunction · 0.85

Tested by

no test coverage detected