pub fn convert_bgra_to_rgba(data: &mut ImageData) -> Result<()>
image
Converts a BGRA image to RGBA format.
Only supports BGRA images with 8-bit depth.