lwillmeth / ASCII_Art

Convert a single image to ASCII artwork
GNU General Public License v3.0
2 stars 1 forks source link

Needs more characters #1

Open lwillmeth opened 10 years ago

lwillmeth commented 10 years ago

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.

lwillmeth commented 10 years ago

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