Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
omega: amp; #937 ;"); imagejpeg($im); imagedestroy($im);?
imagettftext() returns an array with 8 elements representing four points making the bounding box of the text. the order of the points is upper left, upper right, lower right, lower left. the points are relative to the text regardless of the angle, so "upper left" means in the top left-hand corner when you see the text horizontallty.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
imagedestroy() frees any memory associated with image image. image is the image identifier returned by the imagecreate() function.
imagedestroy() frees any memory associated with image im. im is the image identifier returned by the imagecreate() function.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
it worked !", $font, 32, $white, $black, 32, 32); imagepsfreefont ($font); imagejpeg ($im, "", 100); / /for best quality...your mileage may vary imagedestroy ($im);?
see also imagepsfreefont().
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta