Function libwebp_sys::WebPDecodeARGB
source · pub unsafe extern "C" fn WebPDecodeARGB(
data: *const u8,
data_size: usize,
width: *mut c_int,
height: *mut c_int
) -> *mut u8
Expand description
Same as WebPDecodeRGBA, but returning A, R, G, B, A, R, G, B… ordered data.