CLI tool that can let you view images in terminal as ASCII art
CC linker (Windows - Microsoft Visual Studio with C++ Support) (Linux - gcc)
bash
cargo install tapciify
Run: tapciify -i imagePath -w imageWidth
for image.
Run: tapciify -i imagePath -w imageWidth -r
for reversed colors.
In this example I set framerate to 24 (but you can use any another)
Requires ffmpeg
bash
mkdir frames; ffmpeg -i badapple.mkv -r 24 frames/%08d.jpeg
bash
tapciify -i frames/* -w videoWidth -f 24
| Original | ASCII | ASCII colored |
| ------------------------------------------------ | --------------------------------------------------- | ---------------------------------------------------------- |
| |
|
|
|
Original image
| tapciify -i ./assets/examples/original.webp -w 64
| tapciify -i ./assets/examples/original.webp -w 64 -c
|