De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
see also imagecreate().
see also imagecreate() and imagecreatetruecolor().
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
?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...
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible