Crates.io | tapciify |
lib.rs | tapciify |
version | 3.3.1 |
source | src |
created_at | 2023-01-11 08:24:05.523273 |
updated_at | 2024-04-29 02:16:27.882088 |
description | CLI tool that can let you view images in terminal as ASCII art |
homepage | https://github.com/tapciify/tapciify |
repository | https://github.com/tapciify/tapciify |
max_upload_size | |
id | 756241 |
size | 108,324 |
CLI tool that can let you view images in terminal as ASCII art
CC linker (Windows - Microsoft Visual Studio with C++ Support) (Linux - gcc)
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
Make frames from video into dir:
mkdir frames; ffmpeg -i bad_apple.mkv frames/%08d.jpeg
Run:
tapciify -i frames/* -w videoWidth -f 24
Original | ASCII | ASCII colored | Pixels | Braille | Braille colored | Background string |
---|---|---|---|---|---|---|
Original image |
tapciify -i ./assets/examples/ferris.webp -w 64 |
tapciify -i ./assets/examples/ferris.webp -w 64 -c |
tapciify -i ./assets/examples/ferris.webp -w 64 --pixels |
tapciify -i ./assets/examples/ferris.webp -w 64 -b |
tapciify -i ./assets/examples/ferris.webp -w 64 -bc |
tapciify -i ./assets/examples/bad-apple.webp -w 64 --background-string badapple |