Is there any way to render text as a png file?
An other interesting way would be if i could create a png image (template) and that i could send some text to some parts of the png image.
Printable View
Is there any way to render text as a png file?
An other interesting way would be if i could create a png image (template) and that i could send some text to some parts of the png image.
Check out the GD Library: http://www.php.net/manual/en/ref.image.php, or specifically, the imagettftext() function: http://www.php.net/manual/en/function.imagettftext.php
Yeah thats one of the cool things about php. The image manipulation. Also can create pdfs and Docs. PHP Rocks!