Skip to content

chernyshov-dp/img-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to ASCII art

This simple image converter allows you to create ASCII art from PNG images. It converts a color image to a black and white image, then replaces each pixel with an ASCII character based on its brightness, creating ASCII art.

Build

mkdir build && cd build
cmake ..
make

Usage

./Img2ASCIIArt <image_path> [output_width output_height]

Dependencies

libpng++

Releases

No releases published

Packages

No packages published