close
♣梅問題‧教學網【Minwt】♣ |
《PHP-imagettftext》線上照片旁白產生器語法大公開 Posted: 19 Jan 2015 04:00 PM PST ![]() imagettftext: 旁白完整PHP程式碼: <?
$img = image(); echo '<img src="data:image/png;base64,' . $img . '" />'; function image() { $width = 650; $height = 400; $x = 30; $y = 450; $im = imagecreatetruecolor($width, $height); $im = imagecreatefromjpeg("leo.jpg"); $text_color = imagecolorallocate($im, 240, 223, 25); $word = "來~來~來~哩來!哩來!"; $font_size = 36; imagettftext($im, $font_size, 0, $x, $y, $text_color, "wqy-zenhei.ttc", $word); ob_start(); imagepng($im); $output = base64_encode(ob_get_clean()); imagedestroy($im); return $output; } ?> [範例預覽] |
You are subscribed to email updates from ♣梅問題‧教學網【Minwt】♣
To stop receiving these emails, you may unsubscribe now. |
Email delivery powered by Google |
Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
全站熱搜