MCPcopy Create free account
hub / github.com/creatale/node-dv / lodepng_encode24

Function lodepng_encode24

deps/lodepng/lodepng.cpp:5923–5926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5921}
5922
5923unsigned lodepng_encode24(unsigned char** out, size_t* outsize, const unsigned char* image, unsigned w, unsigned h)
5924{
5925 return lodepng_encode_memory(out, outsize, image, w, h, LCT_RGB, 8);
5926}
5927
5928#ifdef LODEPNG_COMPILE_DISK
5929unsigned 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