Searched defs:LodePNGDecoderSettings (Results 1 – 1 of 1) sorted by relevance
641 typedef struct LodePNGDecoderSettings { struct642 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