PHP Classes

whole word

Recommend this page to a friend!

      ASCII art generator for PHP  >  All threads  >  whole word  >  (Un) Subscribe thread alerts  
Subject:whole word
Summary:whole word instead
Messages:2
Author:Erhan Kayar
Date:2011-12-10 17:00:33
Update:2011-12-10 23:36:26
 

  1. whole word   Reply   Report abuse  
Picture of Erhan Kayar Erhan Kayar - 2011-12-10 17:00:33
Hi Artur. Really cool an clean work. I wna to ask you if i wan to use just a word or sentences isntead of char. So what sould i do to realize this? For instance "Hello worl!" as ascii.

Cheers.

  2. Re: whole word   Reply   Report abuse  
Picture of Artur Graniszewski Artur Graniszewski - 2011-12-10 23:36:26 - In reply to message 1 from Erhan Kayar
Hi,

you could try to use edge detection in GD2 library, then use some simple chars like |\_-/\ in the image quantizator. Please notice, that you have to add these chars to the ascii_art.png image first (there is only "\" char in it).

I'm unsure if it would be enough to create such a text, but feel free to try.