`
dcdc723
  • 浏览: 183501 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

图片加水印

    博客分类:
  • PHP
 
阅读更多
$file="7.jpg";
$width_th=200;
$height_th=100;
$imgs=imagecreatefromjpeg($file);
$bgc=imagecolorallocate($imgs,255,255,90);  //背景色
$fontcolor=imagecolorallocate($imgs,255,255,41); //字体色
imagestring($imgs,12,300,400,"test",$fontcolor);
imagejpeg($imgs);

 12,300,400是指字体大小12,x,y坐标为300,400

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics