Function convert_rgb_to_rgba

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

Converts an RGB image to RGBA format.

Only supports RGB images with 8-bit depth.