1 unstable release
new 0.1.0 | Dec 14, 2024 |
---|
#2545 in Command line utilities
123 downloads per month
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
output
Dependencies
~8–19MB
~269K SLoC