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