I would like to have a php function that can take text as the input and generate a nice logo (image) with that text. It would be nice to have a flexibility in the style of the logo (color, shadow, shape, size and so on). Can anybody recommend something?
Is there any free php code that transform text into a nice logo?
745 Views Asked by Roman At
4
There are 4 best solutions below
0

My suggestion would be to use CSS+HTML to style the text and then generate an image from that using wkHTMLToImage, which is part of the wkHTMLtoPDF project - http://code.google.com/p/wkhtmltopdf/
you want something like this?, http://trevorrudolph.com/image.php heres the code