Struct lodepng::ffi::DecoderSettings
[-]
[+]
[src]
pub struct DecoderSettings {
pub ignore_crc: c_uint,
pub fix_png: c_uint,
pub color_convert: c_uint,
// some fields omitted
}Settings for the decoder. This contains settings for the PNG and the Zlib decoder, but not the Info settings from the Info structs.
Fields
Methods
impl DecoderSettings
fn new() -> DecoderSettings
Creates decoder settings initialized to defaults