Skip to content

Program that generates ASCII representation of the given picture into stdio

License

Notifications You must be signed in to change notification settings

vtiinanen/Img2Ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Img2Ascii

https://github.com/vtiinanen/Img2Ascii

A program that reads image file and converts it to ASCII character representation. The ASCII output is printed to stdio.

Written in C.

Pro tip: link math lib when compiling, use flag -> -lm

Example usage:

main.o -f example.jpg -s 0.5

options:

-f path/to/file (filename) -s 0.5 (scale to the original) -b (flag to use more characters)

Uses following external libraries:

stb_image.h stb_image_resize.h

About

Program that generates ASCII representation of the given picture into stdio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published