Convert PNG image file to ascii art.
Run with cargo run
:
shell-session
$ cargo run --release --bin png2aa -- -i path/to/image.ong
Or, build binary:
shell-session
$ cargo build --release --bin png2aa
$ ./target/release/png2aa -i path/to/image.png
Run with cargo run
:
shell-session
$ cargo run --release --bin png2aa-web
Then, go to http://localhost:8000.
Or, build binary:
shell-session
$ cargo build --release --bin png2aa-web
$ ./target/release/png2aa-web