lwillmeth / ASCII_Art

Convert a single image to ASCII artwork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needs more characters

lwillmeth opened this issue · comments

I think the code should use 25 characters to improve the look of the final art. As a bonus, the character should be selected based on the shape of the block, but that adds a lot of complexity.

As a simple fix, increase number of characters to 25 and use block_avg % 10 around line 47.

We should try increasing the number of characters per line, and reduce the font size to improve ascii image quality.