Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.h643 typedef struct LodePNGDecoderSettings { struct
644 LodePNGDecompressSettings zlibsettings; /*in here is the setting to ignore Adler32 checksums*/
647 unsigned ignore_crc; /*ignore CRC checksums*/
648 unsigned ignore_critical; /*ignore unknown critical chunks*/
649 …ignore_end; /*ignore issues at end of file if possible (missing IEND chunk, too large chunk, ...)*/
673 } LodePNGDecoderSettings; argument