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