Function image2ascii

Source
pub fn image2ascii(
    image_file: &str,
    target_width: u32,
    contrast: Option<f32>,
    characters: Option<&str>,
) -> Result<Char2DArray, String>
Expand description

convert image file to ascii art