Function libwebp::WebPDecodeBGRA

source ·
pub fn WebPDecodeBGRA(
    data: &[u8]
) -> Result<(u32, u32, WebpBox<[u8]>), WebPSimpleError>
Expand description

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