:::

14-2 pic.php

<?php
header("Content-type: image/png");
$im = imagecreatefrompng("blank_logo.png") or die("無法建立GD圖片");
$im2 = imagecreatefrompng("icon/Thumbs_Up.png") or die("無法建立GD圖片");

$gray = imagecolorallocate($im, 0,0,0 );

//imagecopy($im , $im2  , 30  , 4  , 0 , 0 , 32 ,32);
imagecopyresampled($im , $im2 , 26  , 2  , 0  , 0  , 40  , 40  , 256 , 256);

$n=strlen($_POST['title'])/3;
$text_w=$n*12;
$x=(92-$text_w)/2;

imagettftext($im , 9 , 0  , $x  , 47  , $gray  , "fireflysung.ttf" , $_POST['title']);

imagepng($im);
imagedestroy($im);
?>


:::

搜尋

QR Code 區塊

https%3A%2F%2Fwww.tad0616.net%2Fmodules%2Ftad_book3%2Fpage.php%3Ftbsn%3D8%26tbdsn%3D216

書籍目錄

展開 | 闔起

線上使用者

23人線上 (4人在瀏覽線上書籍)

會員: 0

訪客: 23

更多…