Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
Nice. How did you do the conversion table for gray scale -> characters? Did you find them somewhere or devise them yourself? Maybe consider using character literals instead of having to put them in comments e.g return '*'; else if (shade >= 210)