[][src]Function libwebp::WebPDecodeARGB

pub fn WebPDecodeARGB(
    data: &[u8]
) -> Result<(u32, u32, WebpBox<[u8]>), WebPSimpleError>

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