Home
last modified time | relevance | path

Searched refs:LODEPNG_VERSION_STRING (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.5.0/src/extra/libs/png/
Dlodepng.h33 extern const char* LODEPNG_VERSION_STRING;
Dlodepng.c47 const char* LODEPNG_VERSION_STRING = "20201017"; variable
6036 …state->error = addChunk_tEXt(&outv, "LodePNG", LODEPNG_VERSION_STRING); /*it's shorter as tEXt tha… in lodepng_encode()