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

Function lodepng_encode32_file

depends/lodepng/lodepng.cpp:6109–6111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6107}
6108
6109unsigned lodepng_encode32_file(const char* filename, const unsigned char* image, unsigned w, unsigned h) {
6110 return lodepng_encode_file(filename, image, w, h, LCT_RGBA, 8);
6111}
6112
6113unsigned lodepng_encode24_file(const char* filename, const unsigned char* image, unsigned w, unsigned h) {
6114 return lodepng_encode_file(filename, image, w, h, LCT_RGB, 8);

Callers

nothing calls this directly

Calls 1

lodepng_encode_fileFunction · 0.85

Tested by

no test coverage detected