libwebp
pub fn WebPDecodeBGR( data: &[u8]) -> Result<(u32, u32, WebpBox<[u8]>), WebPSimpleError>
Same as WebPDecodeRGB, but returning B, G, R, B, G, R... ordered data.