create image with text and save to folder |
[eluser]Mat-Moo[/eluser]
If you have a ttf font file, then simply load it, and write the characters to an image with http://php.net/manual/en/function.imagettftext.php that would be the simplest solution. As fasr as sending images to teh browser or to a file, instead of using imagejpeg($im) to write to the screen, use imagejpeg($im, 'filename.jpg'); |
Messages In This Thread |
create image with text and save to folder - by El Forum - 02-07-2011, 01:10 AM
create image with text and save to folder - by El Forum - 02-07-2011, 03:03 AM
|