Searched defs:LodePNGInfo (Results 1 – 1 of 1) sorted by relevance
401 typedef struct LodePNGInfo struct404 unsigned compression_method;/*compression method of the original file. Always 0.*/405 unsigned filter_method; /*filter method of the original file*/406 unsigned interlace_method; /*interlace method of the original file*/407 LodePNGColorMode color; /*color type and bits, palette and transparency of the PNG file*/421 unsigned background_defined; /*is a suggested background color given?*/422 unsigned background_r; /*red component of suggested background color*/423 unsigned background_g; /*green component of suggested background color*/424 unsigned background_b; /*blue component of suggested background color*/439 …size_t text_num; /*the amount of texts in these char** buffers (there may be more texts in itext)*/[all …]