decode

Function decode 

Source
pub fn decode(data: &[u8]) -> Result<(Vec<Color>, u16, u16), Error>
Expand description

Decode a JPEG image into a vector of RGB Colors.