1 unstable release

0.1.0 Dec 14, 2024

#1572 in Command line utilities

Download history 143/week @ 2024-12-11 22/week @ 2024-12-18 8/week @ 2024-12-25 14/week @ 2025-01-01 18/week @ 2025-01-08

68 downloads per month

MIT license

3MB
231 lines

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

Dependencies

~8–20MB
~269K SLoC