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