Function webp_inew_yuv

Source
pub unsafe fn webp_inew_yuv(
    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.