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