dariusk / NaNoGenMo-2015

National Novel Generation Month, 2015 edition.
340 stars 21 forks source link

images to text #138

Open amanda opened 8 years ago

amanda commented 8 years ago

i'm going to try to create something that takes pixel hex or rgb values and matches them to their ascii or unicode values, so pixels -> characters -> words.

the chars to words is the hard part, i might run character sequences through a spell-checker to get actual words, and then need rules to chain the words together into sentences that make at least a bit of sense. or maybe it will all be nonsense! we'll see.