为了账号安全,请及时绑定邮箱和手机立即绑定

这个整个教程有没有源码的呢

这个整个教程有没有源码的呢

正在回答

3 回答

<?php
$filename="images/thumb.jpg";
$fileInfo=getimagesize($filename);
$mime=$fileInfo['mime'];
$createfrom=str_replace('/','createfrom',$mime);
$outFun=str_replace('/',null,$mime);
$image=$createfrom($filename);
$red=imagecolorallocatealpha($image,255,0,0,60);
$fontfile='fonts/Doodle Camp.ttf';
imagettftext($image,30,0,0,30,$red,$fontfile,"水印");
header("content-type:.$mime;charset='utf-8'");
$outFun($image);
imagedestroy($image);


0 回复 有任何疑惑可以回复我~
<?php
$filename="images/thumb.jpg";
$fileInfo=getimagesize($filename);
$mime=$fileInfo['mime'];
$createfrom=str_replace('/','createfrom',$mime);
$outFun=str_replace('/','null',$mime);
$image=$createfrom($filename);
$red=imagecolorallocatealpha($image,255,0,0,60);
$fontfile='fonts/BRITANIC.TTF';
imagettftext($image,30,0,0,30,$red,$fontfile,"水印");
header('content-type:'.$mime);
$outFun($image);
imagedestroy($image);


0 回复 有任何疑惑可以回复我~

貌似没有哦

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个整个教程有没有源码的呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信