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