Skip to content

abuharth/AsciiVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ASCII Vision

A simple program that transforms images to ASCII art

Example

image2ascii

Dependencies

stb_image.h (link)

stb_image_resize2.h (link)

Compilation

gcc main.c -lm

Usage

a.exe <path/to/image> <width> <flags>

width: width of ascii art (1 ascii pixel is 2 characters wide)

flags: -nc (print to terminal without color)

::NOTE:: Terminal must support ANSI for colors to work

About

Transform images to ASCII art

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages