From: Rob Rypka Date: 2005-10-11T23:40:08+09:00 Subject: Re: [QUIZ] [Solution] Text Image (#50) On 10/10/05, Brian Schr�der wrote: > I went into this quiz using the following approach. I split the image > into pieces and find for each piece of the image the letter most > similar to this piece. I did it all with image magick. There is room > for improvement in the distance function, but it works ok. I'm sure it > is the slowest solution so far, but it works. > > You can find the sourcecode and examples at > > http://ruby.brian-schroeder.de/quiz/asciiview/ I do believe I got pWn3d!!1!... Nice work, Brian. I think my solution is probably slower, though :-). I'm too used to doing this kind of thing in C/++. -- Rob