Function convert_bgra_to_rgba

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

Converts a BGRA image to RGBA format.

Only supports BGRA images with 8-bit depth.