Download the binary from releases page and run it as follows:
./asciiart <image_path> <size>
# for example
./asciiart image.png 64
and it will print the ASCII art to the terminal.
cargo build --release
Download the binary from releases page and run it as follows:
./asciiart <image_path> <size>
# for example
./asciiart image.png 64
and it will print the ASCII art to the terminal.
cargo build --release