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