Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.h719 …unsigned allow_greyscale; /*default 1. if 0, choose RGB or RGBA even if the image only has gray co… member
Dlodepng.c3671 stats->allow_greyscale = 1; in lodepng_color_stats_init()
3927 if(!stats->allow_greyscale) gray_ok = 0; in auto_choose_color()
5867 stats.allow_greyscale = 0; in lodepng_encode()