Requirements
-
CC linker (Windows - Microsoft Visual Studio with C++ Support) (Linux - gcc)
Installation
Converting image
-
Run:
tapciify -i imagePath -w imageWidthfor image. -
Run:
tapciify -i imagePath -w imageWidth -rfor reversed colors.
Converting video
In this example I set framerate to 24 (but you can use any another)
Requires ffmpeg
-
Make frames from video into dir:
; -
Run:
Examples
| 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 |





