[][src]Function libwebp::WebPDecodeARGBInto

pub fn WebPDecodeARGBInto(
    data: &[u8],
    output_buffer: &mut [u8],
    output_stride: u32
) -> Result<(), WebPSimpleError>

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