 |
|
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 :
5795 |
Reply :
3 |
|
 |
 |
 |
 |
|
|
|
 |