Function WebPDecodeBGRInto

Source
pub fn WebPDecodeBGRInto(
    data: &[u8],
    output_buffer: &mut [u8],
    output_stride: u32,
) -> Result<(), WebPSimpleError>
Expand description

Same as WebPDecodeRGBAInto, but returning B, G, R, B, G, R… ordered data.

If the bitstream contains transparency, it is ignored.