Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 354 Bytes

ImageToAscii

Take image and make it ascii art

TODO

Often images are filled with @ most white pixel or filled with 'space' most empty pixel.

Try to go over each window and calulate the intensity. Rank each windows intensity. Rank each char insensity Match the two list. So most intense windows get most intense char second most to secondmost ect.