Function webp_decode_rgb_into

Source
pub unsafe fn webp_decode_rgb_into(
    data: *const u8,
    data_size: usize,
    output_buffer: *mut u8,
    output_buffer_size: usize,
    output_stride: c_int,
) -> *mut u8
Expand description

RGB and BGR variants. Here too the transparency information, if present, will be dropped and ignored.