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

Function lodepng_encode24_file

depends/lodepng/lodepng.cpp:6113–6115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
6115}
6116#endif /*LODEPNG_COMPILE_DISK*/
6117
6118void lodepng_encoder_settings_init(LodePNGEncoderSettings* settings) {

Callers

nothing calls this directly

Calls 1

lodepng_encode_fileFunction · 0.85

Tested by

no test coverage detected