Searched defs:LodePNGInfo (Results 1 – 1 of 1) sorted by relevance
429 typedef struct LodePNGInfo { struct431 unsigned compression_method;/*compression method of the original file. Always 0.*/432 unsigned filter_method; /*filter method of the original file*/433 unsigned interlace_method; /*interlace method of the original file: 0=none, 1=Adam7*/434 LodePNGColorMode color; /*color type and bits, palette and transparency of the PNG file*/460 unsigned background_defined; /*is a suggested background color given?*/461 unsigned background_r; /*red/gray/palette component of suggested background color*/462 unsigned background_g; /*green component of suggested background color*/463 unsigned background_b; /*blue component of suggested background color*/485 …size_t text_num; /*the amount of texts in these char** buffers (there may be more texts in itext)*/[all …]