
Ansinator is a collection of CLI programs to convert images to various character representation with support for ANSI escape code sequence
Installation
Cargo:
You can install the binary crate directly
sh
cargo install ansinator
Manual Installation:
you can clone ansinator repo and build it locally
sh
git clone https://github.com/dax99993/ansinator
cd ansinator
cargo install --path .
Programs
- Ascii
- Block
- Braile 8-dot
- Uniblock (sextant)
Todo
- [x] Best fitting ascii character analysis
- [ ] Simple animation
License
MIT