From professional translators, enterprises, web pages and freely available translation repositories.
see also imagecreate().
see also imagecreate() and imagecreatetruecolor().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
?php header ("content-type: image / gif"); $im = imagecreate (400, 30); $black = imagecolorallocate ($im, 0, 0, 0); $white = imagecolorallocate ($im, 255, 255, 255); imagettftext ($im, 20, 0, 10, 20, $white, "/ path / arial.ttf", "testing...
?php header( "content-type: image / jpeg"); $im = imagecreate(400,30); $white = imagecolorallocate($im, 255,255,255); $black = imagecolorallocate($im, 0,0,0); / / replace path by your own font path imagettftext($im, 20, 0, 10, 20, $black, "/ path / arial.ttf", "testing...
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting