Function libwebp_sys::WebPEncodeBGRA
[−]
[src]
pub unsafe extern "C" fn WebPEncodeBGRA(
bgra: *const u8,
width: c_int,
height: c_int,
stride: c_int,
quality_factor: f32,
output: *mut *mut u8
) -> usize