pub fn convert_grayscale_alpha_to_rgba( raw_data: &[u8], width: usize, height: usize, bit_depth: u8, ) -> Result<ImageData>
image