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