Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 724 Bytes

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!