ascii_image
A simple Rust crate for transforming images into ascii art.
This project on Crates.io
This project on Github
Example
use ;
use Font;
use ImageGenerator;
let image = open
.unwrap
.decode
.unwrap;
let bytes = read.unwrap;
let font = try_from_bytes.unwrap;
let res = new
.set_scale_x
.set_scale_y
.set_text_color
.generate;
let res = resize;
res.save.unwrap;