Skip to content

jdominpa/asciiart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII art image converter

Convert any image to ASCII. Inspired by Acerola's video about ASCII art shaders.

cat_default

The image above is the result of the input image

cat

Quick Start

$ make
$ ./asciiart [options] <input_image_path> <output_image_path>

Currently the image is always saved in png format. Other formats may be added in the future. The available options are:

Option Description
--with-img-colors Use the image's original colors when rendering the ASCII characters
--with-color Render the ASCII characters with the specified color (in RGBA format)

Examples

cat_default

cat_with_img_colors

cat_with_color

About

Make ASCII art out of any image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published