pub fn decode(data: &[u8]) -> Result<(Vec<Color>, u32, u32), DecodingError>
Decode a PNG image into a vector of RGB Colors and return dimensions.
Color