pub fn read_from(reader: impl BufRead) -> Result<Image>
Reads a binary P6 PPM image from any buffered reader.
P6