pub fn WebPDecodeARGB(
data: &[u8],
) -> Result<(u32, u32, WebpBox<[u8]>), WebPSimpleError>Expand description
Same as WebPDecodeRGBA, but returning A, R, G, B, A, R, G, B…
ordered data.
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.