tapciify 3.2.1

CLI tool that can let you view images in terminal as ASCII art
Documentation

Requirements

  1. CC linker (Windows - Microsoft Visual Studio with C++ Support) (Linux - gcc)

  2. Rust

Installation

cargo install tapciify

Converting image

  1. Run: tapciify -i imagePath -w imageWidth for image.

  2. Run: tapciify -i imagePath -w imageWidth -r for reversed colors.

Converting video

In this example I set framerate to 24 (but you can use any another)

Requires ffmpeg

  1. Make frames from video into dir:

    mkdir frames; ffmpeg -i badapple.mkv frames/%08d.jpeg
    
    
  2. Run:

    tapciify -i frames/* -w videoWidth -f 24
    
    

Examples

Original ASCII ASCII colored Pixels Braille Braille colored
Original Image ASCII art ASCII colored art ASCII art using pixels (█ symbol) Braille Braille colored
Original image tapciify -i ./assets/examples/original.webp -w 64 tapciify -i ./assets/examples/original.webp -w 64 -c tapciify -i ./assets/examples/original.webp -w 64 --pixels tapciify -i ./assets/examples/original.webp -w 64 -b tapciify -i ./assets/examples/original.webp -w 64 -bc