File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1964,6 +1964,8 @@ state.decoder.zlibsettings.custom_...: use custom inflate function
19641964state.decoder.ignore_crc: ignore CRC checksums
19651965state.decoder.ignore_critical: ignore unknown critical chunks
19661966state.decoder.ignore_end: ignore missing IEND chunk. May fail if this corruption causes other errors
1967+ state.decoder.ignore_invalid_name: do not generate error on invalid names on chunk types
1968+ state.decoder.ignore_reserved_name: do not generate error on reserved names on chunck types
19671969state.decoder.color_convert: convert internal PNG color to chosen one
19681970state.decoder.read_text_chunks: whether to read in text metadata chunks
19691971state.decoder.remember_unknown_chunks: whether to read in unknown chunks
@@ -1987,6 +1989,8 @@ state.encoder.filter_strategy: PNG filter strategy to encode with
19871989state.encoder.force_palette: add palette even if not encoding to one
19881990state.encoder.add_id: add LodePNG identifier and version as a text chunk
19891991state.encoder.text_compression: use compressed text chunks for metadata
1992+ state.encoder.ignore_invalid_name: do not generate error on invalid names on chunk types
1993+ state.encoder.ignore_reserved_name: do not generate error on reserved names on chunck types
19901994state.info_raw.colortype: color type of raw input image you provide
19911995state.info_raw.bitdepth: bit depth of raw input image you provide
19921996state.info_raw: more color settings, see struct LodePNGColorMode
You can’t perform that action at this time.
0 commit comments