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

Function lodepng_encode32_file

src/lodepng.cpp:5893–5896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5891}
5892
5893unsigned lodepng_encode32_file(const char* filename, const unsigned char* image, unsigned w, unsigned h)
5894{
5895 return lodepng_encode_file(filename, image, w, h, LCT_RGBA, 8);
5896}
5897
5898unsigned lodepng_encode24_file(const char* filename, const unsigned char* image, unsigned w, unsigned h)
5899{

Callers

nothing calls this directly

Calls 1

lodepng_encode_fileFunction · 0.85

Tested by

no test coverage detected