png2aa 0.1.0

Convert PNG image to ASCII Art.
png2aa-0.1.0 is not a library.
Visit the last successful build: png2aa-0.1.2

png2aa

Convert PNG image file to ascii art.

Run

CLI tool

Run with cargo run:

$ cargo run --release --bin png2aa -- -i path/to/image.ong

Or, build binary:

$ cargo build --release --bin png2aa
$ ./target/release/png2aa -i path/to/image.png

Web application

Run with cargo run:

$ cargo run --release --bin png2aa-web

Then, go to http://localhost:8000.

Or, build binary:

$ cargo build --release --bin png2aa-web
$ ./target/release/png2aa-web