Home
last modified time | relevance | path

Searched defs:LodePNGInfo (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/lodepng/
Dlodepng.h483 typedef struct LodePNGInfo { struct
485 unsigned compression_method;/*compression method of the original file. Always 0.*/
486 unsigned filter_method; /*filter method of the original file*/
487 unsigned interlace_method; /*interlace method of the original file: 0=none, 1=Adam7*/
488 LodePNGColorMode color; /*color type and bits, palette and transparency of the PNG file*/
516 unsigned background_defined; /*is a suggested background color given?*/
517 unsigned background_r; /*red/gray/palette component of suggested background color*/
518 unsigned background_g; /*green component of suggested background color*/
519 unsigned background_b; /*blue component of suggested background color*/
541 …size_t text_num; /*the amount of texts in these char** buffers (there may be more texts in itext)*/
[all …]