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