Function convert_bgra_to_bgr

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

Converts a BGRA image to BGR format.

Only supports BGRA images with 8-bit depth.