Struct webp_animation::DecoderOptions
source · Expand description
An options struct for Decoder
For usage, see Decoder::new_with_options
Fields§
§use_threads: boolIf true, use multi-threaded decoding. Enabled by default
color_mode: ColorModeOutput colorspace. ColorMode::Rgba by default. Affects Frame output