Little HTML,Graphix,PHP help ?
#6

PHP код:
imagettftext([image file], [text size], [text angle], [(or width)], [(or height)], [text color], [font file (.ttf)], [text]); 
So for example, you want to write in the middle of the image with the text "Hello!", then this could be a possibility

PHP код:
$blank imagecreatetruecolor(600600); # (width, height) 
$black imagecolorallocate($blank000); # (image, r, g, b)
imagettftext($blank, , 0600/2600/2$black'arial.ttf''Hello!'); 
Reply


Messages In This Thread
Little HTML,Graphix,PHP help ? - by Ronaldo_raul™ - 06.11.2011, 09:59
Re: Little HTML,Graphix,PHP help ? - by Pinguinn - 06.11.2011, 10:14
Re: Little HTML,Graphix,PHP help ? - by Ronaldo_raul™ - 06.11.2011, 10:37
Re: Little HTML,Graphix,PHP help ? - by Pinguinn - 06.11.2011, 11:06
Re: Little HTML,Graphix,PHP help ? - by Ronaldo_raul™ - 06.11.2011, 11:20
Re: Little HTML,Graphix,PHP help ? - by Pinguinn - 06.11.2011, 11:35
Re: Little HTML,Graphix,PHP help ? - by XFlawless - 06.11.2011, 13:12

Forum Jump:


Users browsing this thread: 1 Guest(s)