Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/lodepng/
Dlodepng.h736 typedef struct LodePNGDecoderSettings { struct
737 LodePNGDecompressSettings zlibsettings; /*in here is the setting to ignore Adler32 checksums*/
740 unsigned ignore_crc; /*ignore CRC checksums*/
741 unsigned ignore_critical; /*ignore unknown critical chunks*/
742 …ignore_end; /*ignore issues at end of file if possible (missing IEND chunk, too large chunk, ...)*/
766 } LodePNGDecoderSettings; argument