Convert Text to Image using PHP
This tutorial would help you to convert a string to image using php. I have named the function as text2image as it makes some sense. The main functions used in the following function is 1. imagecreate 2. imagecolorallocate 3. imagecolorallocate 4. imagestring 5. imagepng Hope it helped you !