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