pub unsafe extern "C" fn WebPPictureImportBGR(
picture: *mut WebPPicture,
bgr: *const u8,
bgr_stride: c_int,
) -> c_int
Expand description
Variants of the above WebPPictureImportRGB, but taking BGR(A|X) input.
pub unsafe extern "C" fn WebPPictureImportBGR(
picture: *mut WebPPicture,
bgr: *const u8,
bgr_stride: c_int,
) -> c_int
Variants of the above WebPPictureImportRGB, but taking BGR(A|X) input.