Function libwebp_sys::WebPINewYUV
source · pub unsafe extern "C" fn WebPINewYUV(
luma: *mut u8,
luma_size: usize,
luma_stride: c_int,
u: *mut u8,
u_size: usize,
u_stride: c_int,
v: *mut u8,
v_size: usize,
v_stride: c_int
) -> *mut WebPIDecoder
Expand description
Deprecated version of the above, without the alpha plane. Kept for backward compatibility.