Skip to main content

decode

Function decode 

Source
pub fn decode(rgb: &[u8], width: u32, height: u32) -> Vec<f32>
Expand description

Decode RGB bytes into a freshly allocated Vec<f32>.