Convert jpg image to ascii
usage
# with url
# with url and different texture (optional)
# with url and different texture (optional), resize width (optional, defaults to terminal width)
# with path
Result
input image

output

# 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

