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

Function lodepng_encode24

dependency/densecrf/examples/lodepng.cpp:5848–5851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5846}
5847
5848unsigned lodepng_encode24(unsigned char** out, size_t* outsize, const unsigned char* image, unsigned w, unsigned h)
5849{
5850 return lodepng_encode_memory(out, outsize, image, w, h, LCT_RGB, 8);
5851}
5852
5853#ifdef LODEPNG_COMPILE_DISK
5854unsigned lodepng_encode_file(const char* filename, const unsigned char* image, unsigned w, unsigned h,

Callers

nothing calls this directly

Calls 1

lodepng_encode_memoryFunction · 0.85

Tested by

no test coverage detected