Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
/ charify Public archive

Media to ascii converter built using OpenCV.

License

Notifications You must be signed in to change notification settings

ZhangTerrence/charify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charify

C++ implementation of a media to ascii converter. Takes input from either a video or image and generates an ascii representation of the content. This project utilizes OpenCV's library to read the videos and images.

Usage

Prerequisites

In addition to a modern C++ compiler like GCC or CLang, this project requires the following libraries:

Building and Running

  1. Clone project.

    git clone https://github.com/ZhangTerrence/charify
    cd charify
  2. Build application.

    rm -r build
    mkdir build
    cd build
    cmake ..
    make
  3. Create a media directory. Place videos or images inside this directory.

    rm -r media
    mkdir media
  4. Run application.

    ./charify <FILE>

Result

snapshot

About

Media to ascii converter built using OpenCV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published