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

Function lodepng_encode32_file

dependency/densecrf/examples/lodepng.cpp:5865–5868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5863}
5864
5865unsigned lodepng_encode32_file(const char* filename, const unsigned char* image, unsigned w, unsigned h)
5866{
5867 return lodepng_encode_file(filename, image, w, h, LCT_RGBA, 8);
5868}
5869
5870unsigned lodepng_encode24_file(const char* filename, const unsigned char* image, unsigned w, unsigned h)
5871{

Callers

nothing calls this directly

Calls 1

lodepng_encode_fileFunction · 0.85

Tested by

no test coverage detected