MCPcopy Create free account
hub / github.com/creatale/node-dv / lodepng_decoder_settings_init

Function lodepng_decoder_settings_init

deps/lodepng/lodepng.cpp:4882–4893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4880#endif /*LODEPNG_COMPILE_DISK*/
4881
4882void lodepng_decoder_settings_init(LodePNGDecoderSettings* settings)
4883{
4884 settings->color_convert = 1;
4885#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
4886 settings->read_text_chunks = 1;
4887 settings->remember_unknown_chunks = 0;
4888#endif /*LODEPNG_COMPILE_ANCILLARY_CHUNKS*/
4889 settings->ignore_crc = 0;
4890 settings->ignore_critical = 0;
4891 settings->ignore_end = 0;
4892 lodepng_decompress_settings_init(&settings->zlibsettings);
4893}
4894
4895#endif /*LODEPNG_COMPILE_DECODER*/
4896

Callers 1

lodepng_state_initFunction · 0.85

Calls 1

Tested by

no test coverage detected