fn read_separated_ascii<T: FromStr<Err = ParseIntError>>(
    reader: &mut dyn Read
) -> ImageResult<T>where
    T::Err: Display,