Skip to content

iarkn/asciify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciify

An attempt at making a program that converts images to ASCII characters.

Usage

Usage: build/asciify [options ...] file
  -h, --help            show this information
  -c, --chars <string>  set output characters from dark to light
  -s, --scale <float>   set scaling of the image and text output
  -C, --colorize        colorize text output, uses true color (24-bit color)

Example

Below is the result of converting this image into a colored ASCII art.

example-output

Building

Prerequisites

  • GNU Make
  • GCC (or any C compiler that works)

Type make in the root directory and the executable file should be in the build/ directory.

License

MIT

About

Convert images to ASCII characters

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published