[−][src]Struct libwebp_sys::WebPDecoderOptions
Decoding options
Fields
bypass_filtering: c_intif true, skip the in-loop filtering
no_fancy_upsampling: c_intif true, use faster pointwise upsampler
use_cropping: c_intif true, cropping is applied first
crop_left: c_intleft position for cropping. Will be snapped to even value.
crop_top: c_inttop position for cropping. Will be snapped to even value.
crop_width: c_intwidth of the cropping area
crop_height: c_intheight of the cropping area
use_scaling: c_intif true, scaling is applied afterward
scaled_width: c_intfinal resolution width
scaled_height: c_intfinal resolution height
use_threads: c_intif true, use multi-threaded decoding
dithering_strength: c_intdithering strength (0=Off, 100=full)
flip: c_intThis is supported on
feature="0_5" only.flip output vertically
alpha_dithering_strength: c_intThis is supported on
feature="0_5" only.alpha dithering strength in [0..100]
Trait Implementations
impl Clone for WebPDecoderOptions[src]
fn clone(&self) -> WebPDecoderOptions[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WebPDecoderOptions[src]
impl Debug for WebPDecoderOptions[src]
Auto Trait Implementations
impl RefUnwindSafe for WebPDecoderOptions
impl Send for WebPDecoderOptions
impl Sync for WebPDecoderOptions
impl Unpin for WebPDecoderOptions
impl UnwindSafe for WebPDecoderOptions
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,