|
|
|
สอบถามเรื่องการใช้งานคำสั่งเกวี่ยวกับการสร้างรูปภาพของ PHP |
|
|
|
|
|
|
|
Code (PHP)
header("Conten-type:image/png");
$img = @imagecreatetruecolor(100,100);//size x,y send from client
$bgc = imagecolorallocate($img, 255, 255, 255);
$img = imagecreatefrompng("./pointer_img/green1.png");//send from client
imagepng($img);
imagedestroy($img);
คือ รูป green1.png พื้นมันโปร่งใสน่ะครับ แต่พอเขียนแสดงผลอย่างนี้แล้วพื้นหลังกลายเป็นสีดำอยากให้มันแสดงเป็นโปร่งใสเหมือนเดิม
และไอ้คำสั่ง imagestring($img,5,35,35,"1",$bgc); นี้มันปรับขนาดฟอน์ตสูงสุดคือ 5 ซึ่งมันเล็กมากมีวิธีทำให้มันใหญ่เกิน 5 ได้ไหมครับ
Tag : PHP
|
|
|
|
|
|
Date :
2010-12-23 00:29:37 |
By :
norland |
View :
739 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|