Function convert_rgb_to_bgr

Source
pub fn convert_rgb_to_bgr(data: &mut ImageData) -> Result<()>
Available on crate feature image only.
Expand description

Converts an RGB image to BGR format.

Only supports RGB images with 8-bit depth.