pub type WebPDecoderOptions = WebPDecoderOptions;Expand description
Decoding options
Aliased Type§
struct WebPDecoderOptions {Show 15 fields
pub bypass_filtering: i32,
pub no_fancy_upsampling: i32,
pub use_cropping: i32,
pub crop_left: i32,
pub crop_top: i32,
pub crop_width: i32,
pub crop_height: i32,
pub use_scaling: i32,
pub scaled_width: i32,
pub scaled_height: i32,
pub use_threads: i32,
pub dithering_strength: i32,
pub flip: i32,
pub alpha_dithering_strength: i32,
pub pad: [u32; 5],
}Fields§
§bypass_filtering: i32§no_fancy_upsampling: i32§use_cropping: i32§crop_left: i32§crop_top: i32§crop_width: i32§crop_height: i32§use_scaling: i32§scaled_width: i32§scaled_height: i32§use_threads: i32§dithering_strength: i32§flip: i32§alpha_dithering_strength: i32§pad: [u32; 5]