怎么样让PHP组合多张图片并生成保存到指定目录?
$ArticleCount=1;$scene_id=$user_id;`scene_id`='$scene_id'");$time="qrcode$scene_id";$...
$ArticleCount = 1;
$scene_id = $user_id;
`scene_id`='$scene_id'");
$time="qrcode$scene_id";
$scene=$user_name;
$imgsrc = "../images/qrcode/1.jpg";
$h_imgsrc="../images/qrcode/head/2.jpg";
$width = 230;
$height = 230;
$name=imagecreatefromjpeg($imgsrc,$width,$height,$time);
$imgs = $name;
$width = 100;
$height = 100;
$h_time=$time."_1";
$h_name=imagecopyresized($h_imgsrc,$width,$height,$h_time);
$h_imgs = $h_name;
$target = '/qrcode/hanghaijia.jpg';//背景图片
$target_img = Imagecreatefromjpeg($target);
$source = Imagecreatefromjpeg($imgs);
$h_source = Imagecreatefromjpeg($h_imgs);
imagecopy($target_img,$source,155,462,0,0,230,230);
imagecopy($target_img,$h_source,60,28,0,0,100,100);
$fontfile = "simsun.ttf";
$yaoq = "我是邀请码";
$textcolor = imagecolorallocate($target_img, 255, 255, 55);
imagettftext($target_img,12,0,248,738,$textcolor,$fontfile,$yaoq);
#水印文字
$nickname = "我是用户名";
#打水印
$textcolor = imagecolorallocate($target_img, 0, 0, 255);
imagettftext($target_img,18,0,268,59,$textcolor,$fontfile,$nickname);
Imagejpeg($target_img,'/qrcode/1.jpg','/qrcode/');
请问怎么样让它生成图片及保存在指定目录呢?谢谢,哎!没财富了,或者有什么好的代码, 展开
$scene_id = $user_id;
`scene_id`='$scene_id'");
$time="qrcode$scene_id";
$scene=$user_name;
$imgsrc = "../images/qrcode/1.jpg";
$h_imgsrc="../images/qrcode/head/2.jpg";
$width = 230;
$height = 230;
$name=imagecreatefromjpeg($imgsrc,$width,$height,$time);
$imgs = $name;
$width = 100;
$height = 100;
$h_time=$time."_1";
$h_name=imagecopyresized($h_imgsrc,$width,$height,$h_time);
$h_imgs = $h_name;
$target = '/qrcode/hanghaijia.jpg';//背景图片
$target_img = Imagecreatefromjpeg($target);
$source = Imagecreatefromjpeg($imgs);
$h_source = Imagecreatefromjpeg($h_imgs);
imagecopy($target_img,$source,155,462,0,0,230,230);
imagecopy($target_img,$h_source,60,28,0,0,100,100);
$fontfile = "simsun.ttf";
$yaoq = "我是邀请码";
$textcolor = imagecolorallocate($target_img, 255, 255, 55);
imagettftext($target_img,12,0,248,738,$textcolor,$fontfile,$yaoq);
#水印文字
$nickname = "我是用户名";
#打水印
$textcolor = imagecolorallocate($target_img, 0, 0, 255);
imagettftext($target_img,18,0,268,59,$textcolor,$fontfile,$nickname);
Imagejpeg($target_img,'/qrcode/1.jpg','/qrcode/');
请问怎么样让它生成图片及保存在指定目录呢?谢谢,哎!没财富了,或者有什么好的代码, 展开
2015-06-27 · 知道合伙人互联网行家
关注
展开全部
//生成随机的网页文件名
$fname=date("Ymd").date("ais").".html";
$path = "myhtml/";//你要保证这个文件夹存在,并且可写
//创建HTML文件并把内容写进去。
$of = fopen($path.$fname,'w');//创建html文件,$fname为文件名
$fname=date("Ymd").date("ais").".html";
$path = "myhtml/";//你要保证这个文件夹存在,并且可写
//创建HTML文件并把内容写进去。
$of = fopen($path.$fname,'w');//创建html文件,$fname为文件名
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询