1 unstable release

new 0.1.0 Dec 14, 2024

#2545 in Command line utilities

Download history 123/week @ 2024-12-09

123 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–19MB
~269K SLoC