Skip to content

UjemnyGH/ImageToASCII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image To ASCII

ImageToASCIILogo

Image To ASCII is a simple program converting images like PNG or JPG to ASCII art form

Libs used in project:

stb_image

Instructions:

 -i | --image            -   path to image
 -o | --output           -   path to output text file, optional
 -w | --width            -   image width, optional
 -h | --height           -   image height, optional
 -c | --charset          -   set custom charset
 -p | --pixels-width     -   amount of chars per pixel width (default 2)
 -b | --better-ratio     -   show better ratio hints
 --help                  -   shows help prompt

Have fun playing with it!

Releases

No releases published

Packages

No packages published

Languages