ch-ar-t

Crates.ioch-ar-t
lib.rsch-ar-t
version0.1.0
created_at2024-12-14 08:08:20.294036+00
updated_at2024-12-14 08:08:20.294036+00
descriptionImage to ASCII art
homepagehttps://github.com/x404159/ch-ar-t
repositoryhttps://github.com/x404159/ch-ar-t
max_upload_size
id1482987
size3,037,301
Abhinav Yadav (x404159)

documentation

README

Convert jpg image to ascii

usage

# with url
cargo run --release -- --url https://something.jpg

# with url and different texture (optional)
cargo run --release -- --url https://something.jpg -t 2

# with url and different texture (optional), resize width (optional, defaults to terminal width)
cargo run --release -- --url https://something.jpg -t 2 --width 100

# with path
cargo run --release -- --path something.jpg

Result

input image

input image

output

output ascii

Commit count: 9

cargo fmt