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

Function lodepng_encode24_file

src/lodepng.cpp:5898–5901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5896}
5897
5898unsigned lodepng_encode24_file(const char* filename, const unsigned char* image, unsigned w, unsigned h)
5899{
5900 return lodepng_encode_file(filename, image, w, h, LCT_RGB, 8);
5901}
5902#endif /*LODEPNG_COMPILE_DISK*/
5903
5904void lodepng_encoder_settings_init(LodePNGEncoderSettings* settings)

Callers

nothing calls this directly

Calls 1

lodepng_encode_fileFunction · 0.85

Tested by

no test coverage detected