pub fn image_into_lines(
image: &DynamicImage,
grayscale_mode: GrayscaleMode,
with_color: bool,
) -> Result<Vec<Line>, ASCIIError>
pub fn image_into_lines(
image: &DynamicImage,
grayscale_mode: GrayscaleMode,
with_color: bool,
) -> Result<Vec<Line>, ASCIIError>