|
|
|
ขอ code นํา2รูปมาซ้อนกัน แบบใส่กรอบรูป เหมือน www.picjoke.com |
|
|
|
|
|
|
|
Code (PHP)
<?phpheader ("Content-type: image/png");
$imgpng = imagecreatefrompng("image/รูป.png");
$imgframe = imagecreatefrompng("image/รูป.png");
$img = @imagecreate(100, 71);
imagecopy($img,$imgframe,0,0,0,0,100,100);
imagecopy($img,$imgpng,15,15,10,10,70,70);
imagepng($img);
imagedestroy($img);
imagedestroy($imgpng);
?>
Tag : PHP, MySQL, HTML/CSS, Ajax, CakePHP
|
|
|
|
|
|
Date :
2011-02-16 19:00:56 |
By :
jod |
View :
5723 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
photoshop + css ล้วนๆครับ
|
|
|
|
|
Date :
2011-02-16 20:19:49 |
By :
หงส์ หรือ หงษ์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งาย
|
|
|
|
|
Date :
2012-03-23 23:14:19 |
By :
ธนากร |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|