MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / lodepng_encode24

Function lodepng_encode24

external/lodepng/lodepng.cpp:6938–6940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6936}
6937
6938unsigned lodepng_encode24(unsigned char** out, size_t* outsize, const unsigned char* image, unsigned w, unsigned h) {
6939 return lodepng_encode_memory(out, outsize, image, w, h, LCT_RGB, 8);
6940}
6941
6942#ifdef LODEPNG_COMPILE_DISK
6943unsigned 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