[go: up one dir, main page]

Function WebPDecodeBGRAInto

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

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