[][src]Function libwebp::WebPDecodeBGRInto

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

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

If the bitstream contains transparency, it is ignored.