pub fn convert_bgr_to_bgra(data: &mut ImageData) -> Result<()>
image
Converts a BGR image to BGRA format.
Only supports BGR images with 8-bit depth.