Home
last modified time | relevance | path

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

/aosp_15_r20/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h641 typedef struct LodePNGDecoderSettings { struct
642 LodePNGDecompressSettings zlibsettings; /*in here is the setting to ignore Adler32 checksums*/
645 unsigned ignore_crc; /*ignore CRC checksums*/
646 unsigned ignore_critical; /*ignore unknown critical chunks*/
647 …ignore_end; /*ignore issues at end of file if possible (missing IEND chunk, too large chunk, ...)*/
671 } LodePNGDecoderSettings; argument