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