Function convert_bgr_to_bgra

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

Converts a BGR image to BGRA format.

Only supports BGR images with 8-bit depth.