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