Function convert_bgr_to_rgb

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

Converts a BGR image to RGB format.

Only supports BGR images with 8-bit depth.