MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / lodepng_decode32_file

Function lodepng_decode32_file

src/lodepng.cpp:4817–4820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4815}
4816
4817unsigned lodepng_decode32_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename)
4818{
4819 return lodepng_decode_file(out, w, h, filename, LCT_RGBA, 8);
4820}
4821
4822unsigned lodepng_decode24_file(unsigned char** out, unsigned* w, unsigned* h, const char* filename)
4823{

Callers

nothing calls this directly

Calls 1

lodepng_decode_fileFunction · 0.85

Tested by

no test coverage detected