Function libwebp::WebPDecodeARGBInto
source · pub fn WebPDecodeARGBInto(
data: &[u8],
output_buffer: &mut [u8],
output_stride: u32
) -> Result<(), WebPSimpleError>
Expand description
Same as WebPDecodeRGBAInto
, but returning A, R, G, B, A, R, G, B…
ordered data.