convert_grayscale_to_rgb

Function convert_grayscale_to_rgb 

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

Converts a Grayscale image to RGB format.