MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / lodepng_encode24_file

Function lodepng_encode24_file

dependency/densecrf/examples/lodepng.cpp:5870–5873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5868}
5869
5870unsigned lodepng_encode24_file(const char* filename, const unsigned char* image, unsigned w, unsigned h)
5871{
5872 return lodepng_encode_file(filename, image, w, h, LCT_RGB, 8);
5873}
5874#endif /*LODEPNG_COMPILE_DISK*/
5875
5876void lodepng_encoder_settings_init(LodePNGEncoderSettings* settings)

Callers

nothing calls this directly

Calls 1

lodepng_encode_fileFunction · 0.85

Tested by

no test coverage detected