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