Skip to content

Commit 9bf24a1

Browse files
author
Marco Aurelio da Costa
committed
update quick reference text with new options
1 parent ede9143 commit 9bf24a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lodepng.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,8 @@ state.decoder.zlibsettings.custom_...: use custom inflate function
19641964
state.decoder.ignore_crc: ignore CRC checksums
19651965
state.decoder.ignore_critical: ignore unknown critical chunks
19661966
state.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
19671969
state.decoder.color_convert: convert internal PNG color to chosen one
19681970
state.decoder.read_text_chunks: whether to read in text metadata chunks
19691971
state.decoder.remember_unknown_chunks: whether to read in unknown chunks
@@ -1987,6 +1989,8 @@ state.encoder.filter_strategy: PNG filter strategy to encode with
19871989
state.encoder.force_palette: add palette even if not encoding to one
19881990
state.encoder.add_id: add LodePNG identifier and version as a text chunk
19891991
state.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
19901994
state.info_raw.colortype: color type of raw input image you provide
19911995
state.info_raw.bitdepth: bit depth of raw input image you provide
19921996
state.info_raw: more color settings, see struct LodePNGColorMode

0 commit comments

Comments
 (0)