pub fn write_to(image: &Image, writer: impl Write) -> Result<()>
Writes an image to any writer in the binary P6 PPM format.
P6